From 24a87f07c321897dda8e980ba99deeb154ff7c51 Mon Sep 17 00:00:00 2001 From: liuyinze <47323422+liuyinze@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:03:25 +0200 Subject: [PATCH 01/41] Update repositories.txt (#2018) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index d4aa2554..c8e52205 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5283,3 +5283,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXH6400A_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXHZ6250A_00000057 https://github.com/STONElibrary/arduino_lib https://github.com/Jeroen88/EasyOpenTherm +https://github.com/liuyinze/CumulocityHttpUpstream From 989dc2df07f3150f2fcf2e223314078ac63e14a2 Mon Sep 17 00:00:00 2001 From: liuyinze <47323422+liuyinze@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:37:00 +0200 Subject: [PATCH 02/41] Update repositories.txt (#2019) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c8e52205..74673056 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5284,3 +5284,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXHZ6250A_00000057 https://github.com/STONElibrary/arduino_lib https://github.com/Jeroen88/EasyOpenTherm https://github.com/liuyinze/CumulocityHttpUpstream +https://github.com/liuyinze/CumulocityHttpDownstream From 44c3f23cb39d8bfb2d51cea3ddb4de91040e8a0e Mon Sep 17 00:00:00 2001 From: Sridhar Rajagopal Date: Thu, 27 Oct 2022 12:03:31 -0700 Subject: [PATCH 03/41] Update repositories.txt (#2022) Added UpbeatLabs_MCP39F521 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 74673056..23369294 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4389,6 +4389,7 @@ https://github.com/ukw100/IRMP https://github.com/ultimaterobotics/uECG_library https://github.com/UnexpectedMaker/Neo7Segment https://github.com/UnexpectedMaker/tinypico-helper +https://github.com/upbeatlabs/UpbeatLabs_MCP39F521 https://github.com/uStepper/egoShieldS https://github.com/uStepper/egoShieldTeach https://github.com/uStepper/egoShieldTimeLapse From 8049814bb2364b95e6818264fa9b74ae77e4dbd3 Mon Sep 17 00:00:00 2001 From: gpoolb <73189474+gpoolb@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:02:19 -0500 Subject: [PATCH 04/41] Update repositories.txt (#2027) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 23369294..8746a87d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/gpoolb/ads1148 https://github.com/marcinsaj/RTC-RX8025T https://github.com/pacav69/NGFlasherLED https://github.com/ncmreynolds/ld2410 From eca6d72045082dbcd4aaa849485e357e97c9b7de Mon Sep 17 00:00:00 2001 From: Dirk-Willem van Gulik Date: Fri, 28 Oct 2022 17:10:28 +0200 Subject: [PATCH 05/41] Add Arduino-Base32 library (#2028) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8746a87d..b3b53c62 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5287,3 +5287,4 @@ https://github.com/STONElibrary/arduino_lib https://github.com/Jeroen88/EasyOpenTherm https://github.com/liuyinze/CumulocityHttpUpstream https://github.com/liuyinze/CumulocityHttpDownstream +https://github.com/dirkx/Arduino-Base32-Decode From 13cb706da413ebe5aa9365d90215588825b59a98 Mon Sep 17 00:00:00 2001 From: Dirk-Willem van Gulik Date: Fri, 28 Oct 2022 17:45:47 +0200 Subject: [PATCH 06/41] Add time based one time password generator that accepts the SEEDs in the format typically found in Qr codes. (#2029) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b3b53c62..a7dc227a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5288,3 +5288,4 @@ https://github.com/Jeroen88/EasyOpenTherm https://github.com/liuyinze/CumulocityHttpUpstream https://github.com/liuyinze/CumulocityHttpDownstream https://github.com/dirkx/Arduino-Base32-Decode +https://github.com/dirkx/Arduino-TOTP-RFC6238-generator From 37c8f553029a5f19ea56384406e049ddbeca7778 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:17:28 -0400 Subject: [PATCH 07/41] [Library Manager] Add AVR_PWM Library (#2030) ### Initial Releases v1.0.0 1. Initial coding to support **AVR boards, such as Mega-2560, UNO, Nano, Leonardo, etc.**, using AVR cores 2. The hardware-based PWM channels can generate very high frequencies. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index a7dc227a..8fac59fd 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5289,3 +5289,4 @@ https://github.com/liuyinze/CumulocityHttpUpstream https://github.com/liuyinze/CumulocityHttpDownstream https://github.com/dirkx/Arduino-Base32-Decode https://github.com/dirkx/Arduino-TOTP-RFC6238-generator +https://github.com/khoih-prog/AVR_PWM From 4030a75d6b8dd440d205fadfc0f7e7ad7157b664 Mon Sep 17 00:00:00 2001 From: Nathan Barnett <471088+nwb99@users.noreply.github.com> Date: Fri, 28 Oct 2022 22:43:06 -0500 Subject: [PATCH 08/41] Add MCP4151 library (#2031) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8fac59fd..4b41a557 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5290,3 +5290,4 @@ https://github.com/liuyinze/CumulocityHttpDownstream https://github.com/dirkx/Arduino-Base32-Decode https://github.com/dirkx/Arduino-TOTP-RFC6238-generator https://github.com/khoih-prog/AVR_PWM +https://github.com/nwb99/MCP4151 From 5a929a8174bd877b33c02749158fd040e39ffbae Mon Sep 17 00:00:00 2001 From: Ninagawa123 <8329123+Ninagawa123@users.noreply.github.com> Date: Sun, 30 Oct 2022 12:28:09 +0900 Subject: [PATCH 09/41] Update repositories.txt (#2032) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 4b41a557..6817545a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5291,3 +5291,4 @@ https://github.com/dirkx/Arduino-Base32-Decode https://github.com/dirkx/Arduino-TOTP-RFC6238-generator https://github.com/khoih-prog/AVR_PWM https://github.com/nwb99/MCP4151 +https://github.com/Ninagawa123/Meridian From cee1f2f702abb4f18c3667c0992f64e30780c015 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:09:54 +0700 Subject: [PATCH 10/41] Add library of BD1020HFV (#2035) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 6817545a..239779fd 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5292,3 +5292,4 @@ https://github.com/dirkx/Arduino-TOTP-RFC6238-generator https://github.com/khoih-prog/AVR_PWM https://github.com/nwb99/MCP4151 https://github.com/Ninagawa123/Meridian +https://github.com/RLL-Blue-Dragon/OSS-EC_ROHM_BD1020HFV_00000057 From f0dbe2137313deac8c2945aca4d6c91580abe2e3 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:15:32 +0700 Subject: [PATCH 11/41] Add library of STLM20DD9F (#2036) * Add library of BD1020HFV * Add library of STLM20DD9F --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 239779fd..032c0f34 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5293,3 +5293,4 @@ https://github.com/khoih-prog/AVR_PWM https://github.com/nwb99/MCP4151 https://github.com/Ninagawa123/Meridian https://github.com/RLL-Blue-Dragon/OSS-EC_ROHM_BD1020HFV_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20DD9F_00000057 From c091d7b9f00893f686f44cf96e8df12ca787adc1 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:25:01 +0700 Subject: [PATCH 12/41] Add library of STLM20W87F (#2037) * Add library of BD1020HFV * Add library of STLM20DD9F * Add library of STLM20W87F --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 032c0f34..ff3fa0f8 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5294,3 +5294,4 @@ https://github.com/nwb99/MCP4151 https://github.com/Ninagawa123/Meridian https://github.com/RLL-Blue-Dragon/OSS-EC_ROHM_BD1020HFV_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20DD9F_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20W87F_00000057 From 3be62e8f5652b8f65fbaf2a3e0d4f86f7dc70d51 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:54:15 -0400 Subject: [PATCH 13/41] [Library Manager] Add megaAVR_PWM library (#2038) ### Initial Releases v1.0.0 1. Initial coding to support **megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc.**, using `Arduino megaAVR` or `MegaCoreX` core 2. The hardware-based PWM channels using TimerB can generate very high frequencies. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ff3fa0f8..3cee3bfa 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5295,3 +5295,4 @@ https://github.com/Ninagawa123/Meridian https://github.com/RLL-Blue-Dragon/OSS-EC_ROHM_BD1020HFV_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20DD9F_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20W87F_00000057 +https://github.com/khoih-prog/megaAVR_PWM From 654de54c2009f65ee9d0ea59bf9b9e6f0a476467 Mon Sep 17 00:00:00 2001 From: Armin Date: Mon, 31 Oct 2022 09:58:26 +0100 Subject: [PATCH 14/41] Added https://github.com/ArminJo/LCDBigNumbers (#2039) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3cee3bfa..0b9f193d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1018,6 +1018,7 @@ https://github.com/ArminJo/ATtinySerialOut https://github.com/ArminJo/AvrTracing https://github.com/ArminJo/digitalWriteFast https://github.com/ArminJo/EasyButtonAtInt01 +https://github.com/ArminJo/LCDBigNumbers https://github.com/ArminJo/NeoPatterns https://github.com/ArminJo/PlayRtttl https://github.com/ArminJo/PWMMotorControl From 694f79ae041563dcdb2a35be85e1768be9c10347 Mon Sep 17 00:00:00 2001 From: David Bendory Date: Mon, 31 Oct 2022 20:08:38 -0400 Subject: [PATCH 15/41] Added https://github.com/botletics/Botletics-SIM7000. (#2040) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 0b9f193d..1124826c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5297,3 +5297,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_ROHM_BD1020HFV_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20DD9F_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20W87F_00000057 https://github.com/khoih-prog/megaAVR_PWM +https://github.com/botletics/Botletics-SIM7000 From 4ac6727c9a912fe5f3792d2209d9a8942b1b2efd Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 1 Nov 2022 04:00:28 -0400 Subject: [PATCH 16/41] [Library Manager] Add ESP32_FastPWM library (#2042) ### Releases v1.0.0 1. Initial coding for ESP32, ESP32_S2, ESP32_S3 and ESP32_C3 boards using [ESP32 core](https://github.com/espressif/arduino-esp32) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 1124826c..71be347c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5298,3 +5298,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20DD9F_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20W87F_00000057 https://github.com/khoih-prog/megaAVR_PWM https://github.com/botletics/Botletics-SIM7000 +https://github.com/khoih-prog/ESP32_FastPWM From 5d12a9225f33a69a7426d5b2e051214e5e3f14b3 Mon Sep 17 00:00:00 2001 From: Arvind Singh Date: Tue, 1 Nov 2022 22:46:14 +0100 Subject: [PATCH 17/41] new library ILI9341_T4 (#2043) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 71be347c..51dd019b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5299,3 +5299,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20W87F_00000057 https://github.com/khoih-prog/megaAVR_PWM https://github.com/botletics/Botletics-SIM7000 https://github.com/khoih-prog/ESP32_FastPWM +https://github.com/vindar/ILI9341_T4 From 05beb921cf5b63b5a4ed0c5fb4ee5974275bd5b0 Mon Sep 17 00:00:00 2001 From: Joe Read Date: Tue, 1 Nov 2022 16:16:31 -0600 Subject: [PATCH 18/41] Adding duktape library for arduino (#2015) Adding duktape library for arduino --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 51dd019b..d8e2fa27 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5286,6 +5286,7 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXH6400A_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXHZ6250A_00000057 https://github.com/STONElibrary/arduino_lib https://github.com/Jeroen88/EasyOpenTherm +https://github.com/joeqread/arduino-duktape https://github.com/liuyinze/CumulocityHttpUpstream https://github.com/liuyinze/CumulocityHttpDownstream https://github.com/dirkx/Arduino-Base32-Decode From 978ddd13eeabccffe7209931bd784adae54e83e0 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:28:45 +0700 Subject: [PATCH 19/41] Add library of CHS-MSS (#2044) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index d8e2fa27..ba84b4ce 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5301,3 +5301,4 @@ https://github.com/khoih-prog/megaAVR_PWM https://github.com/botletics/Botletics-SIM7000 https://github.com/khoih-prog/ESP32_FastPWM https://github.com/vindar/ILI9341_T4 +https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057 From 14dbfc2e2464522c8e2b0b347e638c5960aad259 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:32:52 +0700 Subject: [PATCH 20/41] Add library of CHS-UPS, CHS-UPR, CHS-UGS, CHS-UGR (#2045) * Add library of CHS-MSS * Add library of CHS-UPS, CHS-UPR, CHS-UGS, CHS-UGR --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ba84b4ce..2562b0fa 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5302,3 +5302,4 @@ https://github.com/botletics/Botletics-SIM7000 https://github.com/khoih-prog/ESP32_FastPWM https://github.com/vindar/ILI9341_T4 https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057 From b5d3e2c8c51085257719db4af3171b9c16e8e3cb Mon Sep 17 00:00:00 2001 From: Jayden Lefebvre Date: Wed, 2 Nov 2022 18:33:04 -0400 Subject: [PATCH 21/41] Added I2CIP (#2049) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 2562b0fa..f70f8f0c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/PeaPodTechnologies/I2CIP https://github.com/gpoolb/ads1148 https://github.com/marcinsaj/RTC-RX8025T https://github.com/pacav69/NGFlasherLED From 01583bd185fb111df6295214e0e7d04bedcc41db Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 3 Nov 2022 03:14:00 -0400 Subject: [PATCH 22/41] [Library Manager] Add SAMD_PWM library (#2052) ### Releases v1.0.0 1. Initial coding for **SAMD21/SAMD51 boards** such as `NANO_33_IOT`, `ITSYBITSY_M4`, `SEEED_XIAO_M0`, `SparkFun SAMD51_Thing_Plus`, etc. using - [Arduino SAMD core](https://github.com/arduino/ArduinoCore-samd) - [Adafruit SAMD core](https://github.com/adafruit/ArduinoCore-samd) - [Seeed-Studio SAMD core](https://github.com/Seeed-Studio/ArduinoCore-samd) - [Sparkfun SAMD core](https://github.com/sparkfun/Arduino_Boards) - [Industruino SAMD core](https://github.com/Industruino/IndustruinoSAMD) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f70f8f0c..7985e04e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5304,3 +5304,4 @@ https://github.com/khoih-prog/ESP32_FastPWM https://github.com/vindar/ILI9341_T4 https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057 +https://github.com/khoih-prog/SAMD_PWM From a2fb3361851696cdd70da9d350b47a4824aef8ec Mon Sep 17 00:00:00 2001 From: Christopher Mendez <49886387+mcmchris@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:40:18 -0400 Subject: [PATCH 23/41] Update repositories.txt (#2053) I added my own library https://github.com/mcmchris/mcm-grove-voltage-sensor to gather data from a custom AC voltage sensor I made. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7985e04e..93b2000d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5305,3 +5305,4 @@ https://github.com/vindar/ILI9341_T4 https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057 https://github.com/khoih-prog/SAMD_PWM +https://github.com/mcmchris/mcm-grove-voltage-sensor From 9884cba9cf41c3df70bb75c03a9357b1064fae6c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 4 Nov 2022 00:24:19 -0400 Subject: [PATCH 24/41] [Library Manager] Add SAMDUE_PWM library (#2056) ### Initial Releases v1.0.0 1. Initial coding to support **SAM_DUE** using [`Arduino SAM core`](https://github.com/arduino/ArduinoCore-sam) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 93b2000d..00ab5158 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5306,3 +5306,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057 https://github.com/khoih-prog/SAMD_PWM https://github.com/mcmchris/mcm-grove-voltage-sensor +https://github.com/khoih-prog/SAMDUE_PWM From 8c53afedf99cbad6996758e2e466138f432f7e6b Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Fri, 4 Nov 2022 22:24:16 +0100 Subject: [PATCH 25/41] Add FastShiftInOut (#2058) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add moduloMap library to map real numbers on a range. e.g angles 0-360° degrees or PI-2PI radians * Add FastShiftInOut Experimental library (sort of software SPI) - initial release. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 00ab5158..659f55fc 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3472,6 +3472,7 @@ https://github.com/RobTillaart/DS28CM00 https://github.com/RobTillaart/ellipse https://github.com/RobTillaart/FastMap https://github.com/RobTillaart/FastShiftIn +https://github.com/RobTillaart/FastShiftInOut https://github.com/RobTillaart/FastShiftOut https://github.com/RobTillaart/FastTrig https://github.com/RobTillaart/FLE From 2511775946a906f56695f6fb1bc3ed738dee79b4 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 5 Nov 2022 02:31:05 -0400 Subject: [PATCH 26/41] [Library Manager] Add nRF52_PWM library (#2059) ### Initial Releases v1.0.0 1. Initial coding to support **nRF52-based boards, such as AdaFruit Itsy-Bitsy nRF52840, Feather nRF52840 Express, Seeed XIAO nRF52840, Seeed XIAO nRF52840 Sense**, etc. using [`Adafruit nRF52 core`](https://github.com/adafruit/Adafruit_nRF52_Arduino) or [`Seeeduino nRF52 core`](https://github.com/Seeed-Studio/Adafruit_nRF52_Arduino) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 659f55fc..8a2bff6d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5308,3 +5308,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057 https://github.com/khoih-prog/SAMD_PWM https://github.com/mcmchris/mcm-grove-voltage-sensor https://github.com/khoih-prog/SAMDUE_PWM +https://github.com/khoih-prog/nRF52_PWM From e4421d20f115c08eb74c1bde4e5771f3882a32f2 Mon Sep 17 00:00:00 2001 From: dam74 <6559309+dvarrel@users.noreply.github.com> Date: Sat, 5 Nov 2022 11:44:55 +0100 Subject: [PATCH 27/41] Update repositories.txt (#2060) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8a2bff6d..3d0ab7c2 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5309,3 +5309,4 @@ https://github.com/khoih-prog/SAMD_PWM https://github.com/mcmchris/mcm-grove-voltage-sensor https://github.com/khoih-prog/SAMDUE_PWM https://github.com/khoih-prog/nRF52_PWM +https://github.com/dvarrel/TM1638.git From 44ec0292947db8e1c274e2e1de9eb038e080954e Mon Sep 17 00:00:00 2001 From: UjjR Date: Sun, 6 Nov 2022 16:48:03 +0530 Subject: [PATCH 28/41] Added MPU6050_IND library to the list (#2061) Library for MPU6050 IMU sensor --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3d0ab7c2..ac718d34 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5310,3 +5310,4 @@ https://github.com/mcmchris/mcm-grove-voltage-sensor https://github.com/khoih-prog/SAMDUE_PWM https://github.com/khoih-prog/nRF52_PWM https://github.com/dvarrel/TM1638.git +https://gitlab.com/UJUR007/mpu6050_ind From 61259d7b13fb6b3a341d21d8389ffbf4f5f81a51 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 6 Nov 2022 14:29:45 -0500 Subject: [PATCH 29/41] [Library Manager] Add Teensy_PWM library (#2062) ### Initial Releases v1.0.0 1. Initial coding to support **Teensy 4.x boards, such as Teensy 4.0, Teensy 4.1, Teensy MicroMod, etc.**, using [Teensyduno core](https://www.pjrc.com/teensy/td_download.html). The support to **Teensy 2.x, Teensy LC and Teensy 3.x** will be added gradually. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ac718d34..5c18a99a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5311,3 +5311,4 @@ https://github.com/khoih-prog/SAMDUE_PWM https://github.com/khoih-prog/nRF52_PWM https://github.com/dvarrel/TM1638.git https://gitlab.com/UJUR007/mpu6050_ind +https://github.com/khoih-prog/Teensy_PWM From dd5c90304155977406e6320d515a00f4351b9026 Mon Sep 17 00:00:00 2001 From: lefmarna <49473970+lefmarna@users.noreply.github.com> Date: Mon, 7 Nov 2022 09:44:25 +0900 Subject: [PATCH 30/41] Update repositories.txt (#2063) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 5c18a99a..a6c8beea 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5312,3 +5312,4 @@ https://github.com/khoih-prog/nRF52_PWM https://github.com/dvarrel/TM1638.git https://gitlab.com/UJUR007/mpu6050_ind https://github.com/khoih-prog/Teensy_PWM +https://github.com/lefmarna/NintendoSwitchControlLibrary From c9a300231bbb6ae2cd4ceb729670d33a5cd88478 Mon Sep 17 00:00:00 2001 From: rohirto Date: Mon, 7 Nov 2022 23:41:59 +0530 Subject: [PATCH 31/41] Update repositories.txt (#2071) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index a6c8beea..7cefe879 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,4 +1,5 @@ https://github.com/PeaPodTechnologies/I2CIP +https://github.com/rohirto/ultimate_esp_mqtt_ubidots https://github.com/gpoolb/ads1148 https://github.com/marcinsaj/RTC-RX8025T https://github.com/pacav69/NGFlasherLED From 862e4f8be888487015874ccb09f91ed9f22af1c7 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 9 Nov 2022 08:45:16 +0700 Subject: [PATCH 32/41] Add library of TMP9A00-EP (#2073) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7cefe879..1476151f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5314,3 +5314,4 @@ https://github.com/dvarrel/TM1638.git https://gitlab.com/UJUR007/mpu6050_ind https://github.com/khoih-prog/Teensy_PWM https://github.com/lefmarna/NintendoSwitchControlLibrary +https://github.com/RLL-Blue-Dragon/OSS-EC_TI_TMP9A00_00000057 From 5131e600f4dd3999047bdf1076cfbb252c371da6 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 9 Nov 2022 08:49:25 +0700 Subject: [PATCH 33/41] Add library of LM50C, LM50-Q1 (#2074) * Add library of TMP9A00-EP * Add library of LM50C, LM50-Q1 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 1476151f..29bdbaa3 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5315,3 +5315,4 @@ https://gitlab.com/UJUR007/mpu6050_ind https://github.com/khoih-prog/Teensy_PWM https://github.com/lefmarna/NintendoSwitchControlLibrary https://github.com/RLL-Blue-Dragon/OSS-EC_TI_TMP9A00_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50C_LM50-Q1_00000057 From 769074062596204f55f14be714ea4376ad5f658e Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 9 Nov 2022 08:53:01 +0700 Subject: [PATCH 34/41] Add library of LM50B (#2075) * Add library of TMP9A00-EP * Add library of LM50C, LM50-Q1 * Add library of LM50B --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 29bdbaa3..2542ed44 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5316,3 +5316,4 @@ https://github.com/khoih-prog/Teensy_PWM https://github.com/lefmarna/NintendoSwitchControlLibrary https://github.com/RLL-Blue-Dragon/OSS-EC_TI_TMP9A00_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50C_LM50-Q1_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057 From b8faefc1146246734fdf627205b264b28926e2ce Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 9 Nov 2022 08:57:19 +0700 Subject: [PATCH 35/41] Add library of LM45B, LM45C (#2076) * Add library of TMP9A00-EP * Add library of LM50C, LM50-Q1 * Add library of LM50B * Add library of LM45B, LM45C --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 2542ed44..18c4b481 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5317,3 +5317,4 @@ https://github.com/lefmarna/NintendoSwitchControlLibrary https://github.com/RLL-Blue-Dragon/OSS-EC_TI_TMP9A00_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50C_LM50-Q1_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057 From c20d9f7e5991a3036032e98aab9650ffce49054d Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:00:38 +0700 Subject: [PATCH 36/41] Add library of LM35D (#2077) * Add library of TMP9A00-EP * Add library of LM50C, LM50-Q1 * Add library of LM50B * Add library of LM45B, LM45C * Add library of LM35D --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 18c4b481..641124dd 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5318,3 +5318,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TI_TMP9A00_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50C_LM50-Q1_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057 From d82d40395488289c4c10b344483644206518a71a Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:04:12 +0700 Subject: [PATCH 37/41] Add library of LM35C, LM35CA (#2078) * Add library of TMP9A00-EP * Add library of LM50C, LM50-Q1 * Add library of LM50B * Add library of LM45B, LM45C * Add library of LM35D * Add library of LM35C, LM35CA --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 641124dd..66c85974 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5319,3 +5319,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50C_LM50-Q1_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057 +https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057 From 0b4a4a7ab98ebb202accedf8fe35fe06ef0a6282 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:06:50 -0500 Subject: [PATCH 38/41] [Library Manager] Add ATtiny_PWM library (#2079) ### Initial Releases v1.0.0 1. Initial coding to support Arduino **AVR ATtiny-based boards (ATtiny3217, etc.)** using [**megaTinyCore**](https://github.com/SpenceKonde/megaTinyCore) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 66c85974..523ace91 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5320,3 +5320,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057 +https://github.com/khoih-prog/ATtiny_PWM From de5bb34f0b3a9d346edceb50d85efba460e63128 Mon Sep 17 00:00:00 2001 From: Blue Dragon <79144166+RLL-Blue-Dragon@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:10:43 +0700 Subject: [PATCH 39/41] Add library of LM35, LM35A (#2080) * Add library of TMP9A00-EP * Add library of LM50C, LM50-Q1 * Add library of LM50B * Add library of LM45B, LM45C * Add library of LM35D * Add library of LM35C, LM35CA * Add library of LM35, LM35A --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 523ace91..fe437163 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5321,3 +5321,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057 https://github.com/khoih-prog/ATtiny_PWM +https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35_LM35A_00000057 From 2782d6ae5c4debdb221dab64e899d0d9395e94be Mon Sep 17 00:00:00 2001 From: Seth Teichman Date: Tue, 8 Nov 2022 21:38:28 -0500 Subject: [PATCH 40/41] Add ESP32-compatible MagStripe Library (#2081) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index fe437163..0418ef92 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5322,3 +5322,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057 https://github.com/khoih-prog/ATtiny_PWM https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35_LM35A_00000057 +https://github.com/smt5541/magstripelib-esp32 From e28a13c6f8944674e7ddc8842bf98e98754ef0e6 Mon Sep 17 00:00:00 2001 From: Yoshikawa Teru <77840326+teruyamato0731@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:53:50 +0900 Subject: [PATCH 41/41] Update repositories.txt (#2082) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 0418ef92..b33fc012 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5323,3 +5323,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057 https://github.com/khoih-prog/ATtiny_PWM https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35_LM35A_00000057 https://github.com/smt5541/magstripelib-esp32 +https://github.com/teruyamato0731/Chassis