From 5eb797123fcfebfb76b6f51f9979a2cc30197a5e Mon Sep 17 00:00:00 2001 From: Sean Kwok <45260108+Gitshaoxiang@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:38:04 +0800 Subject: [PATCH 01/53] add M5Module-GNSS lib (#3288) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c9568eba..80ab7443 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6183,3 +6183,4 @@ https://github.com/retrospy/OPT4048 https://github.com/sciosense/arduino-ens220 https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t https://github.com/neittien0110/Soict_IoT_Labs +https://github.com/m5stack/M5Module-GNSS From 2e4cfa36dfc4074bc5e6a9ed10241bb4d669c792 Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:31:07 +0200 Subject: [PATCH 02/53] Add Arduino_POSIXStorage to repositories.txt (#3289) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 80ab7443..05c6784f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/arduino-libraries/Arduino_POSIXStorage https://github.com/mjdonders/CST816_TouchLib https://github.com/Makeblock-official/Makeblock-Libraries https://github.com/OkbaO/ST7565_LCD From 6f9e0bfa567c13b8931a386a1cfcccce3f427cf0 Mon Sep 17 00:00:00 2001 From: Bas Paap Date: Mon, 4 Sep 2023 22:20:00 +0200 Subject: [PATCH 03/53] Add Bas.Button (#3290) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 05c6784f..76ad1239 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6185,3 +6185,4 @@ https://github.com/sciosense/arduino-ens220 https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t https://github.com/neittien0110/Soict_IoT_Labs https://github.com/m5stack/M5Module-GNSS +https://github.com/BasPaap/Bas.Button From be21fe30c87ca0ba694b458f01866a1348393963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:49:23 +0000 Subject: [PATCH 04/53] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-license.yml | 2 +- .github/workflows/check-markdown.yml | 4 ++-- .github/workflows/check-prettier-formatting.yml | 2 +- .github/workflows/check-toc.yml | 2 +- .github/workflows/check-workflows.yml | 2 +- .github/workflows/check-yaml.yml | 2 +- .github/workflows/manage-prs.yml | 4 ++-- .github/workflows/spell-check.yml | 2 +- .github/workflows/sync-labels.yml | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index 00358ba7..dabc4fcf 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index be199648..e3513d5c 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize markdownlint-cli problem matcher uses: xt0rted/markdownlint-problem-matcher@v2 @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Determine whether only modified files should be checked id: check-modified diff --git a/.github/workflows/check-prettier-formatting.yml b/.github/workflows/check-prettier-formatting.yml index 811bd0db..7ff7b5ce 100644 --- a/.github/workflows/check-prettier-formatting.yml +++ b/.github/workflows/check-prettier-formatting.yml @@ -212,7 +212,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Prettier run: sudo npm install --global prettier diff --git a/.github/workflows/check-toc.yml b/.github/workflows/check-toc.yml index bb3fb453..2c4eedc9 100644 --- a/.github/workflows/check-toc.yml +++ b/.github/workflows/check-toc.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install markdown-toc run: sudo npm install --global markdown-toc diff --git a/.github/workflows/check-workflows.yml b/.github/workflows/check-workflows.yml index dca16198..083682a2 100644 --- a/.github/workflows/check-workflows.yml +++ b/.github/workflows/check-workflows.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download JSON schema for GitHub Actions workflows id: download-schema diff --git a/.github/workflows/check-yaml.yml b/.github/workflows/check-yaml.yml index ac6d4ad9..61899827 100644 --- a/.github/workflows/check-yaml.yml +++ b/.github/workflows/check-yaml.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check YAML continue-on-error: ${{ matrix.configuration.continue-on-error }} diff --git a/.github/workflows/manage-prs.yml b/.github/workflows/manage-prs.yml index c8835a03..abcf9a52 100644 --- a/.github/workflows/manage-prs.yml +++ b/.github/workflows/manage-prs.yml @@ -134,7 +134,7 @@ jobs: steps: - name: Checkout local repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download submission parser id: download-parser @@ -474,7 +474,7 @@ jobs: - name: Checkout index source branch if: steps.merge.outcome == 'success' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: production diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 6ab6c3cf..f7f8015e 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Spell check uses: codespell-project/actions-codespell@master diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 94938f35..9cde1acc 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download JSON schema for labels configuration file id: download-schema @@ -105,7 +105,7 @@ jobs: echo "::set-output name=flag::--dry-run" - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download configuration files artifact uses: actions/download-artifact@v3 From 61758837b2e5cfe2784ba65b5becd3eb1664b9b3 Mon Sep 17 00:00:00 2001 From: Bonezegei <93502321+bonezegei@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:32:31 +0800 Subject: [PATCH 05/53] Update repositories.txt (#3293) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 76ad1239..3c34b49f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6098,6 +6098,7 @@ https://github.com/bonezegei/Bonezegei_RS485 https://github.com/bonezegei/Bonezegei_SSD1306 https://github.com/bonezegei/Bonezegei_GPS https://github.com/bonezegei/Bonezegei_Protocol +https://github.com/bonezegei/Bonezegei_Compute https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vegaiot_busio https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_bmi088 https://github.com/odriverobotics/ODriveArduino From d188143f15c2e6758a48ffb4c4435c773b00e3be Mon Sep 17 00:00:00 2001 From: Dino-MLC-Board <136046312+Dino-MLC-Board@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:46:46 +0700 Subject: [PATCH 06/53] Update repositories.txt (#3294) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3c34b49f..45c7704d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6108,6 +6108,7 @@ https://github.com/mizuyoukanao/Bluewhale https://github.com/machinefi/psa-crypto-arduino https://github.com/AbdoullahBougataya/QCFA https://github.com/CMB27/ModbusRTUMaster +https://github.com/Dino-MLC-Board/DINI-PLC-V2 https://github.com/BestModules-Libraries/BMK52T016 https://github.com/BestModules-Libraries/BMK54T004 https://github.com/BestModules-Libraries/BMK56T004 From 372a9ea684d39b5081cb8090093353528aa7496f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Marcell?= <103954639+KOEGlike@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:38:18 +0300 Subject: [PATCH 07/53] Update repositories.txt (#3295) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 45c7704d..c1806eb3 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/KOEGlike/AsyncButton https://github.com/arduino-libraries/Arduino_POSIXStorage https://github.com/mjdonders/CST816_TouchLib https://github.com/Makeblock-official/Makeblock-Libraries From 725f5964c31389a3fb76001ebe6b7c017d92cfee Mon Sep 17 00:00:00 2001 From: Piotr Obst <8616472+Obsttube@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:32:27 +0200 Subject: [PATCH 08/53] Update repositories.txt (#3297) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c1806eb3..011e705b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -23,6 +23,7 @@ https://github.com/kaiaai/micro_ros_arduino_kaia https://github.com/MrYsLab/Telemetrix4UnoR4 https://github.com/Reefwing-Software/Reefwing-MPU6050 https://github.com/Obsttube/CryptoAES_CBC +https://github.com/Obsttube/AES_CMAC https://github.com/nfc-rfid-reader-sdk/MFRC522_PN512 https://github.com/andrewhe-princeton/Iridium-GPP https://github.com/DIGI-EDGE/DPE-TRAM-GEN From f7422c0fbff24dd3993bf0ff6208e99bd136d271 Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:49:40 +0200 Subject: [PATCH 09/53] Update repositories.txt (#3300) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 011e705b..f4a15026 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/arduino-libraries/Arduino_UnifiedStorage https://github.com/KOEGlike/AsyncButton https://github.com/arduino-libraries/Arduino_POSIXStorage https://github.com/mjdonders/CST816_TouchLib From afcba8721a5eabf56fbc29f23ee96a01409e4582 Mon Sep 17 00:00:00 2001 From: Piotr Obst <8616472+Obsttube@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:17:19 +0200 Subject: [PATCH 10/53] Update repositories.txt - add MFRC522_NTAG424DNA library (#3301) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f4a15026..16fa3eda 100644 --- a/repositories.txt +++ b/repositories.txt @@ -25,6 +25,7 @@ https://github.com/MrYsLab/Telemetrix4UnoR4 https://github.com/Reefwing-Software/Reefwing-MPU6050 https://github.com/Obsttube/CryptoAES_CBC https://github.com/Obsttube/AES_CMAC +https://github.com/Obsttube/MFRC522_NTAG424DNA https://github.com/nfc-rfid-reader-sdk/MFRC522_PN512 https://github.com/andrewhe-princeton/Iridium-GPP https://github.com/DIGI-EDGE/DPE-TRAM-GEN From 6e62aee657ee818bc0f9bc62c311d40e25f06ddc Mon Sep 17 00:00:00 2001 From: Nathanne Isip <90981832+nthnn@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:51:07 +0800 Subject: [PATCH 11/53] Update repositories.txt (#3302) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 16fa3eda..7a46228b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -54,6 +54,7 @@ https://github.com/addy123d/I2CDisplayController https://github.com/ZakKemble/LM73 https://github.com/felias-fogg/avrCalibrate https://github.com/crunchysteve/EdgieD +https://github.com/nthnn/PortaMob https://github.com/nthnn/Diwa https://github.com/nthnn/TCS3200 https://github.com/nthnn/Anomalia From 6b5a5808c79453d24e554092c6a8466d61665180 Mon Sep 17 00:00:00 2001 From: Ashen Chathuranga <79928743+ktauchathuranga@users.noreply.github.com> Date: Thu, 7 Sep 2023 23:36:24 +0530 Subject: [PATCH 12/53] Update repositories.txt (#3304) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7a46228b..8cf0478c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6193,3 +6193,4 @@ https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t https://github.com/neittien0110/Soict_IoT_Labs https://github.com/m5stack/M5Module-GNSS https://github.com/BasPaap/Bas.Button +https://github.com/ktauchathuranga/MorseEncoder From 91d8b1c38a38f5651e5c79e727930cb6ffbb1219 Mon Sep 17 00:00:00 2001 From: rtnate <47434389+rtnate@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:22:57 -0500 Subject: [PATCH 13/53] Add rtnate/arduino-BasicTimer to repositories.txt (#3305) Added https://github.com/rtnate/arduino-BasicTimer library to the repositories.txt file --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8cf0478c..73c1faf9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6194,3 +6194,4 @@ https://github.com/neittien0110/Soict_IoT_Labs https://github.com/m5stack/M5Module-GNSS https://github.com/BasPaap/Bas.Button https://github.com/ktauchathuranga/MorseEncoder +https://github.com/rtnate/arduino-BasicTimer From 53a3e7c5486536d57a7eef25e5b9bb70cb702fee Mon Sep 17 00:00:00 2001 From: Xylopyrographer Date: Fri, 8 Sep 2023 00:39:56 -0600 Subject: [PATCH 14/53] Update repositories.txt (#3307) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 73c1faf9..c46e0976 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/Xylopyrographer/XP_Button https://github.com/arduino-libraries/Arduino_UnifiedStorage https://github.com/KOEGlike/AsyncButton https://github.com/arduino-libraries/Arduino_POSIXStorage From 126e16d9e3132336a623e997adf1c1cbc0a40f89 Mon Sep 17 00:00:00 2001 From: Dinesh Annayya Date: Fri, 8 Sep 2023 17:35:47 +0530 Subject: [PATCH 15/53] Add Riscduino_MCUFRIEND_kbv library (#3310) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c46e0976..f2b533f6 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6196,3 +6196,4 @@ https://github.com/m5stack/M5Module-GNSS https://github.com/BasPaap/Bas.Button https://github.com/ktauchathuranga/MorseEncoder https://github.com/rtnate/arduino-BasicTimer +https://github.com/dineshannayya/Riscduino_MCUFRIEND_kbv From 7f35917de1d136c1b4732161c478572ecccf86fa Mon Sep 17 00:00:00 2001 From: Carlo Parata Date: Fri, 8 Sep 2023 16:10:12 +0200 Subject: [PATCH 16/53] Update repositories.txt (#3314) Please add "STM32duino STEVAL-MKBOXPRO-Audio" and "STM32duino STEVAL-MKBOXPRO-Examples" libraries to the Library Manager --- repositories.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repositories.txt b/repositories.txt index f2b533f6..f4b1fcce 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6197,3 +6197,5 @@ https://github.com/BasPaap/Bas.Button https://github.com/ktauchathuranga/MorseEncoder https://github.com/rtnate/arduino-BasicTimer https://github.com/dineshannayya/Riscduino_MCUFRIEND_kbv +https://github.com/stm32duino/STEVAL-MKBOXPRO-Audio +https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples From 8608473ac3fe7c76e283b5cb67d046d4350f480a Mon Sep 17 00:00:00 2001 From: levkovigor Date: Fri, 8 Sep 2023 20:54:30 +0300 Subject: [PATCH 17/53] Update repositories.txt (#3315) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f4b1fcce..bdb58129 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6199,3 +6199,4 @@ https://github.com/rtnate/arduino-BasicTimer https://github.com/dineshannayya/Riscduino_MCUFRIEND_kbv https://github.com/stm32duino/STEVAL-MKBOXPRO-Audio https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples +https://github.com/levkovigor/DDSM115 From d624edca36f9803557ce8b5a3c3aac8ae1ceab00 Mon Sep 17 00:00:00 2001 From: Ahmed Osama Date: Sat, 9 Sep 2023 19:25:23 +0300 Subject: [PATCH 18/53] Update repositories.txt (#3316) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index bdb58129..2650d074 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6025,6 +6025,7 @@ https://github.com/thelastoutpostworkshop/FastDisplayPrototyping https://github.com/cranties/escposprinter https://github.com/sciosense/APC1_driver https://github.com/ahmedosama07/mDriverL298n +https://github.com/ahmedosama07/LineFollowerPID https://github.com/TMRh20/nrf_to_nrf https://github.com/mobizt/ESP-Google-Forms-Client https://github.com/nacademyth/RoboFi From 166d5e443e6a80751637790145c2e4147eb623f9 Mon Sep 17 00:00:00 2001 From: kaamburoow <132601893+kaamburoow@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:43:56 +0300 Subject: [PATCH 19/53] Update repositories.txt (#3319) Co-authored-by: per1234 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 2650d074..e93b20f9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6195,6 +6195,7 @@ https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t https://github.com/neittien0110/Soict_IoT_Labs https://github.com/m5stack/M5Module-GNSS https://github.com/BasPaap/Bas.Button +https://github.com/inflop/Countimer https://github.com/ktauchathuranga/MorseEncoder https://github.com/rtnate/arduino-BasicTimer https://github.com/dineshannayya/Riscduino_MCUFRIEND_kbv From 730cafc8d7ce9f424efbe3e24bd435ff76d44d21 Mon Sep 17 00:00:00 2001 From: Adrian Del Grosso <10929341+ad3154@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:26:07 -0600 Subject: [PATCH 20/53] Update repositories.txt (#3320) Added AgIsoStack --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e93b20f9..71a0dc0c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -297,6 +297,7 @@ https://github.com/Ant2000/CustomJWT https://github.com/AntoIOT/anto-esp8266-arduino https://github.com/AntonioPrevitali/DueAdcFast https://github.com/AnyLeaf/ph-cpp +https://github.com/Open-Agriculture/AgIsoStack-Arduino https://github.com/Apollon77/I2CSoilMoistureSensor https://github.com/ArchontisKostis/SimpleComponents https://github.com/ArduCAM/Arducam_Mega From 1f4ae4e49765dfdeefe3a69c768b2785b2184bc3 Mon Sep 17 00:00:00 2001 From: OkbaO <59486743+OkbaO@users.noreply.github.com> Date: Sun, 10 Sep 2023 20:18:04 +0100 Subject: [PATCH 21/53] Library for KS0108 GLCD (#3321) * Update repositories.txt * Update repositories.txt --------- Co-authored-by: per1234 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 71a0dc0c..08485c3b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4,6 +4,7 @@ https://github.com/KOEGlike/AsyncButton https://github.com/arduino-libraries/Arduino_POSIXStorage https://github.com/mjdonders/CST816_TouchLib https://github.com/Makeblock-official/Makeblock-Libraries +https://github.com/OkbaO/KS0108_LCD https://github.com/OkbaO/ST7565_LCD https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library/ https://github.com/yasir-shahzad/AM4096 From 2d362f66e36a141b5a5fab39a990ee30f692373a Mon Sep 17 00:00:00 2001 From: Dave Madison Date: Mon, 11 Sep 2023 04:00:04 -0400 Subject: [PATCH 22/53] Add AnalogSelector library (#3323) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 08485c3b..d192a9c0 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3346,6 +3346,7 @@ https://github.com/dleval/STLED316S https://github.com/dlkay0/TinyFontRenderer https://github.com/dlyckelid/IOExpander-TLA2518 https://github.com/dlyckelid/KX023-1025-IMU +https://github.com/dmadison/AnalogSelector-Arduino https://github.com/dmadison/ArduinoXInput https://github.com/dmadison/CtrlUtil https://github.com/dmadison/FastLED_NeoPixel From 65d2d10f2914c9094ea2dccbccc4f140caa28ded Mon Sep 17 00:00:00 2001 From: Carlo Parata Date: Mon, 11 Sep 2023 13:50:38 +0200 Subject: [PATCH 23/53] Update repositories.txt (#3324) Please add STM32duino SHT40-AD1B library to the Library Manager. Best Regards, Carlo --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index d192a9c0..b6c7dc65 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6205,3 +6205,4 @@ https://github.com/dineshannayya/Riscduino_MCUFRIEND_kbv https://github.com/stm32duino/STEVAL-MKBOXPRO-Audio https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples https://github.com/levkovigor/DDSM115 +https://github.com/stm32duino/SHT40-AD1B From 7300ea63e9f680babcc18fcd5aef07815b34f780 Mon Sep 17 00:00:00 2001 From: Carlo Parata Date: Mon, 11 Sep 2023 14:09:47 +0200 Subject: [PATCH 24/53] Update repositories.txt (#3325) Please add STM32duino LSM6DSO16IS to the Library Manager. Best Regards, Carlo --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b6c7dc65..7217d9b6 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6206,3 +6206,4 @@ https://github.com/stm32duino/STEVAL-MKBOXPRO-Audio https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples https://github.com/levkovigor/DDSM115 https://github.com/stm32duino/SHT40-AD1B +https://github.com/stm32duino/LSM6DSO16IS From e8caef4adac41eb824cd96484542f66f50e9e8d6 Mon Sep 17 00:00:00 2001 From: usk-johnny-s Date: Mon, 11 Sep 2023 22:09:25 +0900 Subject: [PATCH 25/53] Update repositories.txt (#3326) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7217d9b6..fa00a281 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/usk-johnny-s/UTF8_Print_AdaGfx https://github.com/Xylopyrographer/XP_Button https://github.com/arduino-libraries/Arduino_UnifiedStorage https://github.com/KOEGlike/AsyncButton From b5c37b60ee0d2cb2787a204f5557eecc949350d3 Mon Sep 17 00:00:00 2001 From: ardnew Date: Mon, 11 Sep 2023 13:22:16 -0500 Subject: [PATCH 26/53] Update repositories.txt (#3327) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index fa00a281..69418199 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2691,6 +2691,7 @@ https://github.com/arbv/avr-context https://github.com/ardnew/ILI9341-Layout-Manager https://github.com/ardnew/STUSB4500 https://github.com/ardnew/XPT2046_Calibrated +https://github.com/ardnew/cronos https://github.com/arduino-libraries/AlPlc_Opta https://github.com/arduino-libraries/AlPlc_PMC https://github.com/arduino-libraries/ArduinoBLE From ea4f65e5abd379a3c46f2c830516d59c1fa0469a Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 12 Sep 2023 14:46:03 +0100 Subject: [PATCH 27/53] Update repositories.txt (#3328) Add Adafruit_AGS02MA + Adafruit_HUSB238 --- repositories.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repositories.txt b/repositories.txt index 69418199..c3848e2c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2335,6 +2335,7 @@ https://github.com/adafruit/Adafruit_ADT7410 https://github.com/adafruit/Adafruit_ADXL343 https://github.com/adafruit/Adafruit_ADXL345 https://github.com/adafruit/Adafruit_ADXL375 +https://github.com/adafruit/Adafruit_AGS02MA https://github.com/adafruit/Adafruit_AHRS https://github.com/adafruit/Adafruit_AHT10 https://github.com/adafruit/Adafruit_AHTX0 @@ -2394,6 +2395,7 @@ https://github.com/adafruit/Adafruit_HMC5883_Unified https://github.com/adafruit/Adafruit_HTS221 https://github.com/adafruit/Adafruit_HTU21DF_Library https://github.com/adafruit/Adafruit_HTU31D +https://github.com/adafruit/Adafruit_HUSB238 https://github.com/adafruit/Adafruit_HX8357_Library https://github.com/adafruit/Adafruit_ICM20X https://github.com/adafruit/Adafruit_ILI9341 From 168e789141f7dbe75bd7d40ddfe6b7d535ec4bb7 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Thu, 14 Sep 2023 11:26:11 +0100 Subject: [PATCH 28/53] Add ENS160 driver - Adafruit fork (#3331) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c3848e2c..3b82e65c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2534,6 +2534,7 @@ https://github.com/adafruit/Adafruit_nRFCrypto https://github.com/adafruit/Audio https://github.com/adafruit/CC3000_MDNS https://github.com/adafruit/DHT-sensor-library +https://github.com/adafruit/ENS160_driver https://github.com/adafruit/Ethernet2 https://github.com/adafruit/FifteenStep https://github.com/adafruit/HL1606-LED-Strip From 0f6be6d310e046a9473a9df2d54d9149936afb34 Mon Sep 17 00:00:00 2001 From: Aleksei Tertychnyi Date: Thu, 14 Sep 2023 12:41:45 +0200 Subject: [PATCH 29/53] Update repositories.txt (#3330) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3b82e65c..b3dcbf1f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6212,3 +6212,4 @@ https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples https://github.com/levkovigor/DDSM115 https://github.com/stm32duino/SHT40-AD1B https://github.com/stm32duino/LSM6DSO16IS +https://github.com/WeSpeakEnglish/ANTIRTOS.git From 6138908ee35aeef84debf3bee2d8f510c7b70f3c Mon Sep 17 00:00:00 2001 From: simonlmn Date: Thu, 14 Sep 2023 13:59:29 +0200 Subject: [PATCH 30/53] Update repositories.txt (#3329) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b3dcbf1f..60f597f5 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6213,3 +6213,4 @@ https://github.com/levkovigor/DDSM115 https://github.com/stm32duino/SHT40-AD1B https://github.com/stm32duino/LSM6DSO16IS https://github.com/WeSpeakEnglish/ANTIRTOS.git +https://github.com/simonlmn/yatest From 54605f09116d77c88184715af208c4af88fdf7c0 Mon Sep 17 00:00:00 2001 From: Alexander <36852816+AlexanderPronin@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:53:21 +0300 Subject: [PATCH 31/53] Update repositories.txt (#3332) * Update repositories.txt Add library SSD1306wire * Update repositories.txt --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 60f597f5..c13c8555 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6214,3 +6214,4 @@ https://github.com/stm32duino/SHT40-AD1B https://github.com/stm32duino/LSM6DSO16IS https://github.com/WeSpeakEnglish/ANTIRTOS.git https://github.com/simonlmn/yatest +https://gitlab.com/alexpr0/ssd1306wire.git From 81a433f87eff4c63232fd2aeb6c70e6a4896f537 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Thu, 14 Sep 2023 22:26:50 +0200 Subject: [PATCH 32/53] Update repositories.txt (#3334) Add PulseDivider, an Arduino library to divide a pulse stream with a fraction factor. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c13c8555..202f92a9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1746,6 +1746,7 @@ https://github.com/RobTillaart/PrintCharArray https://github.com/RobTillaart/PrintSize https://github.com/RobTillaart/PrintString https://github.com/RobTillaart/PT2314 +https://github.com/RobTillaart/PulseDivider https://github.com/RobTillaart/PulsePattern https://github.com/RobTillaart/RADAR https://github.com/RobTillaart/RAIN From 11e49b28c94ee607038dc911b844c7b22a74434f Mon Sep 17 00:00:00 2001 From: Ben Smith <93447202+ben5049@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:37:50 +0100 Subject: [PATCH 33/53] Added ICRS-101-Devkit repository to repositories.txt (#3336) * Added library ICRS-101-Devkit Library containing examples and code for ICRS's Robotics 101 course. * Added blank line to end of repositories.txt --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 202f92a9..f7e5a242 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6216,3 +6216,4 @@ https://github.com/stm32duino/LSM6DSO16IS https://github.com/WeSpeakEnglish/ANTIRTOS.git https://github.com/simonlmn/yatest https://gitlab.com/alexpr0/ssd1306wire.git +https://github.com/ICRS/ICRS-101-Devkit From 631ccf18cb000555d638c68c0480dcd0ce5a4e2e Mon Sep 17 00:00:00 2001 From: Pasan Jayasinghe Date: Sat, 16 Sep 2023 16:27:20 +0530 Subject: [PATCH 34/53] Update repositories.txt - Added Honeywell FMA sensor library (#3338) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f7e5a242..f3b34373 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/JayasinghePasan/Honeywell_SPI_FMA https://github.com/usk-johnny-s/UTF8_Print_AdaGfx https://github.com/Xylopyrographer/XP_Button https://github.com/arduino-libraries/Arduino_UnifiedStorage From 7e0048377275c3a1f26de5cf58773d831ac74087 Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Sat, 16 Sep 2023 18:13:43 -0400 Subject: [PATCH 35/53] Update repositories.txt (#3339) add https://github.com/adafruit/Adafruit_Debounce --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f3b34373..574f4e9b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2563,6 +2563,7 @@ https://github.com/adafruit/TinyWireM https://github.com/adafruit/TinyXML https://github.com/adafruit/WaveHC https://github.com/adafruit/arduino-CAN +https://github.com/adafruit/Adafruit_Debounce https://github.com/adameat/MaximWire https://github.com/ademuri/esp-simple-web-dashboard https://github.com/ademuri/smart-input-filter From 2fcaed26cc6bed1995cd5c98fbaadeb665a29fda Mon Sep 17 00:00:00 2001 From: Scott W Harden Date: Sun, 17 Sep 2023 13:44:18 -0400 Subject: [PATCH 36/53] Update repositories.txt (#3340) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 574f4e9b..525987ed 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5579,6 +5579,7 @@ https://github.com/sudomesh/LoRaLayer2 https://github.com/sui77/rc-switch https://github.com/suratin27/ESP32_Control https://github.com/suratin27/ESP32_Control_Lite +https://github.com/swharden/NumberSpeaker https://github.com/szotsaki/LIS331 https://github.com/t-in/cloudchip-iot https://github.com/taligentx/dscKeybusInterface From 2654ffc00d54b6cbe3479b7aac99155c1988dac0 Mon Sep 17 00:00:00 2001 From: as-iotex <82106612+as-iotex@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:09:20 +0100 Subject: [PATCH 37/53] add https://github.com/machinefi/w3bstream-client-arduino-ce (#3343) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 525987ed..f2722fcb 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6220,3 +6220,4 @@ https://github.com/WeSpeakEnglish/ANTIRTOS.git https://github.com/simonlmn/yatest https://gitlab.com/alexpr0/ssd1306wire.git https://github.com/ICRS/ICRS-101-Devkit +https://github.com/machinefi/w3bstream-client-arduino-ce From 0e92e75dc04ce7174213821438ed18e863d26aa8 Mon Sep 17 00:00:00 2001 From: AlexGyver Date: Tue, 19 Sep 2023 18:30:58 +0300 Subject: [PATCH 38/53] Update repositories.txt (#3346) --- repositories.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repositories.txt b/repositories.txt index f2722fcb..8d748206 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,5 @@ +https://github.com/GyverLibs/GyverBeeper +https://github.com/GyverLibs/GyverBlinker https://github.com/JayasinghePasan/Honeywell_SPI_FMA https://github.com/usk-johnny-s/UTF8_Print_AdaGfx https://github.com/Xylopyrographer/XP_Button From 4ab2bda619a03b4b7de39d2b86f97c05e993f78c Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Tue, 19 Sep 2023 20:11:37 +0200 Subject: [PATCH 39/53] Update repositories.txt (#3347) Add Arduino library for AD5680 Digital Analog Convertor (18 bit). --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8d748206..d0e0b17c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1605,6 +1605,7 @@ https://github.com/RobTillaart/AD5245 https://github.com/RobTillaart/AD5246 https://github.com/RobTillaart/AD524X https://github.com/RobTillaart/AD56X8 +https://github.com/RobTillaart/AD5680 https://github.com/RobTillaart/AD9833 https://github.com/RobTillaart/AD985X https://github.com/RobTillaart/ADG725 From 451cfdad936e30b2046f830696b95bcfe57a5843 Mon Sep 17 00:00:00 2001 From: AlexGyver Date: Tue, 19 Sep 2023 21:39:20 +0300 Subject: [PATCH 40/53] Update repositories.txt (#3348) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index d0e0b17c..e00489ef 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/GyverLibs/Stamp https://github.com/GyverLibs/GyverBeeper https://github.com/GyverLibs/GyverBlinker https://github.com/JayasinghePasan/Honeywell_SPI_FMA From 802ce28b8d81ccc558f795eac52f361956071d05 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Tue, 19 Sep 2023 21:38:56 +0200 Subject: [PATCH 41/53] Update repositories.txt (#3349) Add Arduino library for the AD568X series digital analog convertor. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e00489ef..9b063a69 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1607,6 +1607,7 @@ https://github.com/RobTillaart/AD5246 https://github.com/RobTillaart/AD524X https://github.com/RobTillaart/AD56X8 https://github.com/RobTillaart/AD5680 +https://github.com/RobTillaart/AD568X https://github.com/RobTillaart/AD9833 https://github.com/RobTillaart/AD985X https://github.com/RobTillaart/ADG725 From 320ec10e7905b689ad0ba4a7b134f5d6504eb131 Mon Sep 17 00:00:00 2001 From: Juniel Cruz <46545892+cruzjuniel@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:18:47 +0800 Subject: [PATCH 42/53] Added GFX4dESP32 Library (#3350) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 9b063a69..f2854031 100644 --- a/repositories.txt +++ b/repositories.txt @@ -194,6 +194,7 @@ https://github.com/4-20ma/i2c_adc_ads7828 https://github.com/4dsystems/Diablo16-Serial-Arduino-Library https://github.com/4dsystems/GFX4DIoD9 https://github.com/4dsystems/GFX4d +https://github.com/4dsystems/GFX4dESP32 https://github.com/4dsystems/Goldelox-Serial-Arduino-Library https://github.com/4dsystems/Picaso-Serial-Arduino-Library https://github.com/4dsystems/Pixxi-Serial-Arduino-Library From 7b2a3081622d111e1e57eeece5e300e5a3e6de76 Mon Sep 17 00:00:00 2001 From: liu zhongwei <109257001+Lzw655@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:17:05 +0800 Subject: [PATCH 43/53] Update repositories.txt (#3351) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f2854031..f94e47a9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/esp-arduino-libs/esp-io-expander https://github.com/GyverLibs/Stamp https://github.com/GyverLibs/GyverBeeper https://github.com/GyverLibs/GyverBlinker From c26897d1a364dff6a485599c5eaed45b07e52427 Mon Sep 17 00:00:00 2001 From: Ramesh Saud <99496601+oggysaud245@users.noreply.github.com> Date: Thu, 21 Sep 2023 01:10:27 +0545 Subject: [PATCH 44/53] Update repositories.txt (#3353) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f94e47a9..a197bb7f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/oggysaud245/haversine https://github.com/esp-arduino-libs/esp-io-expander https://github.com/GyverLibs/Stamp https://github.com/GyverLibs/GyverBeeper From fde61da7f328ccdca63f118f1c01143874593e5a Mon Sep 17 00:00:00 2001 From: sachinmunasinghe Date: Thu, 21 Sep 2023 21:22:35 +0530 Subject: [PATCH 45/53] Update repositories.txt (#3355) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index a197bb7f..3a6d6a1b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/sachinmunasinghe/FirebaseRealtime https://github.com/oggysaud245/haversine https://github.com/esp-arduino-libs/esp-io-expander https://github.com/GyverLibs/Stamp From 32f7ba67b19ee00e3a95ed40513c2c3087ce4691 Mon Sep 17 00:00:00 2001 From: Robert Sallent Date: Fri, 22 Sep 2023 19:02:53 +0200 Subject: [PATCH 46/53] Update repositories.txt (#3356) Added Flanco library (Spanish version). This library will help novice Arduino programmers to work with edges (flancos). --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3a6d6a1b..2140c0f5 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6230,3 +6230,4 @@ https://github.com/simonlmn/yatest https://gitlab.com/alexpr0/ssd1306wire.git https://github.com/ICRS/ICRS-101-Devkit https://github.com/machinefi/w3bstream-client-arduino-ce +https://github.com/robertsallent/arduino_flanco From 7327a559ba2a0f7a190c77d41fac07f58512b794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AE=E5=A4=8F?= Date: Sat, 23 Sep 2023 19:31:40 +0800 Subject: [PATCH 47/53] Add UTF8ToGB2312 library (#3359) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 2140c0f5..e54daf79 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6231,3 +6231,4 @@ https://gitlab.com/alexpr0/ssd1306wire.git https://github.com/ICRS/ICRS-101-Devkit https://github.com/machinefi/w3bstream-client-arduino-ce https://github.com/robertsallent/arduino_flanco +https://github.com/TikaFlow/UTF8ToGB2312 From 419ccf1f571808fefccbc31278eb6e5516628c47 Mon Sep 17 00:00:00 2001 From: Roeland Kluit Date: Sat, 23 Sep 2023 16:33:41 +0200 Subject: [PATCH 48/53] Adding Free-ESPatHome (#3360) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e54daf79..cbe9083f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6232,3 +6232,4 @@ https://github.com/ICRS/ICRS-101-Devkit https://github.com/machinefi/w3bstream-client-arduino-ce https://github.com/robertsallent/arduino_flanco https://github.com/TikaFlow/UTF8ToGB2312 +https://github.com/roelandkluit/Free-ESPatHome From abc513e228cc6a2df5506ec564f2e07558c00250 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 23 Sep 2023 09:33:46 -0700 Subject: [PATCH 49/53] Update repositories.txt (#3361) Add ATS1.47-S3 Lib, Arduino library of ATD1.47-S3 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index cbe9083f..777a70bb 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6233,3 +6233,4 @@ https://github.com/machinefi/w3bstream-client-arduino-ce https://github.com/robertsallent/arduino_flanco https://github.com/TikaFlow/UTF8ToGB2312 https://github.com/roelandkluit/Free-ESPatHome +https://github.com/ArtronShop/ATD1.47-S3-Lib From 7011bf66e5e04701a5fe94569dad80526ce9b16b Mon Sep 17 00:00:00 2001 From: Lewis He Date: Sun, 24 Sep 2023 00:51:35 +0800 Subject: [PATCH 50/53] Update repositories.txt (#3362) * Update repositories.txt * Add a blank line to the end --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 777a70bb..d0a831fa 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6234,3 +6234,4 @@ https://github.com/robertsallent/arduino_flanco https://github.com/TikaFlow/UTF8ToGB2312 https://github.com/roelandkluit/Free-ESPatHome https://github.com/ArtronShop/ATD1.47-S3-Lib +https://github.com/lewisxhe/SensorLib From 557c40b73a1088640b8810ca5015133f447d3927 Mon Sep 17 00:00:00 2001 From: friendshipender <69095862+fsender@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:14:11 +0800 Subject: [PATCH 51/53] Update repositories.txt (#3368) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index d0a831fa..90ea1efb 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6235,3 +6235,4 @@ https://github.com/TikaFlow/UTF8ToGB2312 https://github.com/roelandkluit/Free-ESPatHome https://github.com/ArtronShop/ATD1.47-S3-Lib https://github.com/lewisxhe/SensorLib +https://github.com/fsender/readguy From 12111d04b1421598d7b7da7eeaeb1810bc6e71f1 Mon Sep 17 00:00:00 2001 From: avivgr Date: Sun, 24 Sep 2023 06:51:59 -0700 Subject: [PATCH 52/53] Add IS31FL3729_LED_Matrix to repositories.txt (#3369) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 90ea1efb..f31dca28 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6236,3 +6236,4 @@ https://github.com/roelandkluit/Free-ESPatHome https://github.com/ArtronShop/ATD1.47-S3-Lib https://github.com/lewisxhe/SensorLib https://github.com/fsender/readguy +https://github.com/avivgr/IS31FL3729_LED_Matrix From 6580072a990428b37acb9df526f742755d008a42 Mon Sep 17 00:00:00 2001 From: Andreas Taylor Date: Sun, 24 Sep 2023 22:04:20 -0500 Subject: [PATCH 53/53] Update repositories.txt (#3370) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f31dca28..c56a36dd 100644 --- a/repositories.txt +++ b/repositories.txt @@ -296,6 +296,7 @@ https://github.com/Andy4495/AY3891x https://github.com/Andy4495/ICM7218 https://github.com/Andy4495/LED744511 https://github.com/Andy4495/SWI2C +https://github.com/Andy4495/TIL306 https://github.com/Andy4495/TLC591x https://github.com/Annikken/Andee https://github.com/Annikken/Andee101