You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-12-09 17:01:16 +03:00
Merge branch 'main' into main
This commit is contained in:
8
.github/workflows/assets/accesslist.yml
vendored
8
.github/workflows/assets/accesslist.yml
vendored
@@ -33,6 +33,14 @@
|
|||||||
name: galihru
|
name: galihru
|
||||||
access: deny
|
access: deny
|
||||||
reference: https://github.com/arduino/library-registry/pull/6514#pullrequestreview-2969201873
|
reference: https://github.com/arduino/library-registry/pull/6514#pullrequestreview-2969201873
|
||||||
|
- host: github.com
|
||||||
|
name: Herobrine-pixel
|
||||||
|
access: deny
|
||||||
|
reference: https://github.com/arduino/library-registry/pull/7066#issuecomment-3478077991
|
||||||
|
- host: github.com
|
||||||
|
name: jaderobotics-AN
|
||||||
|
access: deny
|
||||||
|
reference: https://github.com/arduino/library-registry/issues/7270#issuecomment-3551554185
|
||||||
- host: github.com
|
- host: github.com
|
||||||
name: kelasrobot
|
name: kelasrobot
|
||||||
access: deny
|
access: deny
|
||||||
|
|||||||
8
.github/workflows/manage-prs.yml
vendored
8
.github/workflows/manage-prs.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
|||||||
run: echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
|
run: echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
|
||||||
|
|
||||||
- name: Upload diff file to workflow artifact
|
- name: Upload diff file to workflow artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
|
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
|
||||||
name: ${{ steps.configuration.outputs.artifact }}
|
name: ${{ steps.configuration.outputs.artifact }}
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
location: ${{ runner.temp }}
|
location: ${{ runner.temp }}
|
||||||
|
|
||||||
- name: Download diff
|
- name: Download diff
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ needs.diff.outputs.path }}
|
path: ${{ needs.diff.outputs.path }}
|
||||||
name: ${{ needs.diff.outputs.artifact }}
|
name: ${{ needs.diff.outputs.artifact }}
|
||||||
@@ -456,7 +456,7 @@ jobs:
|
|||||||
# So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
|
# So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
|
||||||
- name: Upload failure flag artifact
|
- name: Upload failure flag artifact
|
||||||
if: env.PASS == 'false'
|
if: env.PASS == 'false'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
include-hidden-files: true
|
include-hidden-files: true
|
||||||
@@ -475,7 +475,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download submission check failure flag artifacts
|
- name: Download submission check failure flag artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
|
path: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
|
||||||
pattern: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*
|
pattern: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*
|
||||||
|
|||||||
4
.github/workflows/sync-labels.yml
vendored
4
.github/workflows/sync-labels.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
|
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
|
||||||
|
|
||||||
- name: Pass configuration files to next job via workflow artifact
|
- name: Pass configuration files to next job via workflow artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
*.yaml
|
*.yaml
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Download configuration file artifacts
|
- name: Download configuration file artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
|
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
|
||||||
|
|||||||
@@ -1,5 +1,27 @@
|
|||||||
|
https://github.com/Alash-electronics/AlashUltrasonic
|
||||||
|
https://github.com/Alash-electronics/AlashIRControl
|
||||||
|
https://github.com/MTD2A/MTD2A
|
||||||
|
https://github.com/me-RK/MAX7219_CH32
|
||||||
|
https://github.com/jaderobotics-AN/JadeRobotics_Spiderbot
|
||||||
|
https://github.com/szilvasyz/DCF77FreeRTOS.git
|
||||||
|
https://github.com/vicharak-in/shrike_arduino.git
|
||||||
|
https://github.com/ienai-SPACE/ADC128S_Arduino
|
||||||
|
https://github.com/BojanJurca/Lightweight-Standard-Template-Library-STL-for-Arduino
|
||||||
|
https://github.com/BojanJurca/cin-cout-for-Arduino
|
||||||
|
https://github.com/atestb/MCP4151-Digital-Potentiometer
|
||||||
|
https://github.com/nicolito128/DHT_N128
|
||||||
|
https://github.com/steamicc/MCP23009E
|
||||||
|
https://github.com/pbudel/QuarkX
|
||||||
|
https://github.com/jobitjoseph/SoftWire_CH32
|
||||||
|
https://github.com/franfreezy/e220_400t22d-lora-library
|
||||||
|
https://github.com/rochat2/v202_protocol
|
||||||
|
https://github.com/PTSolns/PTSolns_AHTx
|
||||||
|
https://github.com/PTSolns/PTSolns_VEML7700
|
||||||
|
https://github.com/fmeng/EspMapping.git
|
||||||
https://github.com/juanjomartinf/JMBase
|
https://github.com/juanjomartinf/JMBase
|
||||||
|
https://github.com/sachinthagayajith/AT21CS01-Arduino-Library
|
||||||
https://github.com/skipperwraith/LTC2625
|
https://github.com/skipperwraith/LTC2625
|
||||||
|
https://github.com/ArduinoLibHub/SimpleMFP
|
||||||
https://github.com/davidsecacontrol/FineTune-BMX160
|
https://github.com/davidsecacontrol/FineTune-BMX160
|
||||||
https://github.com/MAKE-arduino/EasyENC
|
https://github.com/MAKE-arduino/EasyENC
|
||||||
https://github.com/Hamas888/ChronoLog
|
https://github.com/Hamas888/ChronoLog
|
||||||
@@ -55,6 +77,7 @@ https://github.com/deepanshu-deshwal/SL002_DHT11
|
|||||||
https://github.com/deepanshu-deshwal/SL001_Deepanshu
|
https://github.com/deepanshu-deshwal/SL001_Deepanshu
|
||||||
https://github.com/cocoisarobo/skytraq-navic
|
https://github.com/cocoisarobo/skytraq-navic
|
||||||
https://github.com/LordofRobots/LoR_v3
|
https://github.com/LordofRobots/LoR_v3
|
||||||
|
https://github.com/tailspb/Tec02XX
|
||||||
https://github.com/derdoktor667/DShotRMT
|
https://github.com/derdoktor667/DShotRMT
|
||||||
https://github.com/derdoktor667/FlyskyIBUS
|
https://github.com/derdoktor667/FlyskyIBUS
|
||||||
https://github.com/kenchow96/faster-trig-2040
|
https://github.com/kenchow96/faster-trig-2040
|
||||||
@@ -128,6 +151,7 @@ https://github.com/DigitalCodesign/MentorBit-SGP30
|
|||||||
https://github.com/Matthew-a-smith/OpenEdgeStack
|
https://github.com/Matthew-a-smith/OpenEdgeStack
|
||||||
https://github.com/jmwanderer/RYLR_LoRaAT
|
https://github.com/jmwanderer/RYLR_LoRaAT
|
||||||
https://github.com/LFranklinApps/Custom_Robot_Control
|
https://github.com/LFranklinApps/Custom_Robot_Control
|
||||||
|
https://github.com/m5stack/M5Chain
|
||||||
https://github.com/X-croot/XCR-LDR
|
https://github.com/X-croot/XCR-LDR
|
||||||
https://github.com/scalpelspace/scalpelspace_momentum
|
https://github.com/scalpelspace/scalpelspace_momentum
|
||||||
https://github.com/X-croot/TB6612FNG_XCR
|
https://github.com/X-croot/TB6612FNG_XCR
|
||||||
@@ -1287,6 +1311,7 @@ https://github.com/arduino-libraries/Arduino_LPS22HB
|
|||||||
https://github.com/arduino-libraries/Arduino_LSM6DS3
|
https://github.com/arduino-libraries/Arduino_LSM6DS3
|
||||||
https://github.com/arduino-libraries/Arduino_LSM6DSOX
|
https://github.com/arduino-libraries/Arduino_LSM6DSOX
|
||||||
https://github.com/arduino-libraries/Arduino_LSM9DS1
|
https://github.com/arduino-libraries/Arduino_LSM9DS1
|
||||||
|
https://github.com/arduino-libraries/Arduino_LTR381RGB
|
||||||
https://github.com/arduino-libraries/Arduino_MachineControl
|
https://github.com/arduino-libraries/Arduino_MachineControl
|
||||||
https://github.com/arduino-libraries/Arduino_MCHPTouch
|
https://github.com/arduino-libraries/Arduino_MCHPTouch
|
||||||
https://github.com/arduino-libraries/Arduino_MKRENV
|
https://github.com/arduino-libraries/Arduino_MKRENV
|
||||||
@@ -1320,6 +1345,7 @@ https://github.com/arduino-libraries/Arduino_SensorKit
|
|||||||
https://github.com/arduino-libraries/Arduino_SerialUpdater
|
https://github.com/arduino-libraries/Arduino_SerialUpdater
|
||||||
https://github.com/arduino-libraries/Arduino_Threads
|
https://github.com/arduino-libraries/Arduino_Threads
|
||||||
https://github.com/arduino-libraries/Arduino_UnifiedStorage
|
https://github.com/arduino-libraries/Arduino_UnifiedStorage
|
||||||
|
https://github.com/arduino-libraries/Arduino_USBHIDHost
|
||||||
https://github.com/arduino-libraries/Arduino_USBHostMbed5
|
https://github.com/arduino-libraries/Arduino_USBHostMbed5
|
||||||
https://github.com/arduino-libraries/ArduinoBearSSL
|
https://github.com/arduino-libraries/ArduinoBearSSL
|
||||||
https://github.com/arduino-libraries/ArduinoBLE
|
https://github.com/arduino-libraries/ArduinoBLE
|
||||||
@@ -1817,6 +1843,7 @@ https://github.com/bonezegei/Bonezegei_WS2812
|
|||||||
https://github.com/bonezegei/Bonezegei_XPT2046
|
https://github.com/bonezegei/Bonezegei_XPT2046
|
||||||
https://github.com/bonezegei/Bonezegei_XPT2046v2
|
https://github.com/bonezegei/Bonezegei_XPT2046v2
|
||||||
https://github.com/bonezegei/Bonezegei_JSON
|
https://github.com/bonezegei/Bonezegei_JSON
|
||||||
|
https://github.com/bonezegei/Bonezegei_74HC595
|
||||||
https://github.com/boodskap/BoodskapMessage
|
https://github.com/boodskap/BoodskapMessage
|
||||||
https://github.com/BoodskapPlatform/BoodskapTransceiver
|
https://github.com/BoodskapPlatform/BoodskapTransceiver
|
||||||
https://github.com/boothinator/AnalogReadAsync
|
https://github.com/boothinator/AnalogReadAsync
|
||||||
@@ -2405,6 +2432,8 @@ https://github.com/DFRobot/DFRobot_VoiceRecorder
|
|||||||
https://github.com/DFRobot/DFRobotDFPlayerMini
|
https://github.com/DFRobot/DFRobotDFPlayerMini
|
||||||
https://github.com/DFRobot/DFRobotIRPosition
|
https://github.com/DFRobot/DFRobotIRPosition
|
||||||
https://github.com/DFRobot/DFRobot_MHZ9041A
|
https://github.com/DFRobot/DFRobot_MHZ9041A
|
||||||
|
https://github.com/DFRobot/DFRobot_CT1780
|
||||||
|
https://github.com/DFRobot/DFRobot_LoRaWAN_ESP32S3
|
||||||
https://github.com/dgduncan/Arduino-MCP4131
|
https://github.com/dgduncan/Arduino-MCP4131
|
||||||
https://github.com/dgduncan/SevenSegment
|
https://github.com/dgduncan/SevenSegment
|
||||||
https://github.com/Dhanabhon/TomIBT2
|
https://github.com/Dhanabhon/TomIBT2
|
||||||
@@ -2685,8 +2714,6 @@ https://github.com/ESDeveloperBR/ES32Lab
|
|||||||
https://github.com/ESDeveloperBR/TFT_eSPI_ES32Lab
|
https://github.com/ESDeveloperBR/TFT_eSPI_ES32Lab
|
||||||
https://github.com/ESDeveloperBR/TimeInterval
|
https://github.com/ESDeveloperBR/TimeInterval
|
||||||
https://github.com/ESikich/RGBLEDBlender
|
https://github.com/ESikich/RGBLEDBlender
|
||||||
https://github.com/espressif/esp-brookesia
|
|
||||||
https://github.com/espressif/esp-boost
|
|
||||||
https://github.com/esp-arduino-libs/esp-lib-utils
|
https://github.com/esp-arduino-libs/esp-lib-utils
|
||||||
https://github.com/esp-arduino-libs/ESP32_Button
|
https://github.com/esp-arduino-libs/ESP32_Button
|
||||||
https://github.com/esp-arduino-libs/ESP32_Display_Panel
|
https://github.com/esp-arduino-libs/ESP32_Display_Panel
|
||||||
@@ -5801,6 +5828,7 @@ https://github.com/RobTillaart/DAC8560
|
|||||||
https://github.com/RobTillaart/DAC8571
|
https://github.com/RobTillaart/DAC8571
|
||||||
https://github.com/RobTillaart/DAC8574
|
https://github.com/RobTillaart/DAC8574
|
||||||
https://github.com/RobTillaart/DAC53001
|
https://github.com/RobTillaart/DAC53001
|
||||||
|
https://github.com/RobTillaart/DAMM
|
||||||
https://github.com/RobTillaart/dateTimeHelpers
|
https://github.com/RobTillaart/dateTimeHelpers
|
||||||
https://github.com/RobTillaart/DCT532
|
https://github.com/RobTillaart/DCT532
|
||||||
https://github.com/RobTillaart/decibel
|
https://github.com/RobTillaart/decibel
|
||||||
@@ -5883,6 +5911,7 @@ https://github.com/RobTillaart/Kurtosis
|
|||||||
https://github.com/RobTillaart/L9110
|
https://github.com/RobTillaart/L9110
|
||||||
https://github.com/RobTillaart/LineFormatter
|
https://github.com/RobTillaart/LineFormatter
|
||||||
https://github.com/RobTillaart/Logic
|
https://github.com/RobTillaart/Logic
|
||||||
|
https://github.com/RobTillaart/logicAnalyzer
|
||||||
https://github.com/RobTillaart/Logistic
|
https://github.com/RobTillaart/Logistic
|
||||||
https://github.com/RobTillaart/LTC2485
|
https://github.com/RobTillaart/LTC2485
|
||||||
https://github.com/RobTillaart/LTC2991
|
https://github.com/RobTillaart/LTC2991
|
||||||
@@ -5974,6 +6003,7 @@ https://github.com/RobTillaart/RADAR
|
|||||||
https://github.com/RobTillaart/RAIN
|
https://github.com/RobTillaart/RAIN
|
||||||
https://github.com/RobTillaart/randomHelpers
|
https://github.com/RobTillaart/randomHelpers
|
||||||
https://github.com/RobTillaart/relativity
|
https://github.com/RobTillaart/relativity
|
||||||
|
https://github.com/RobTillaart/RLCBuffer
|
||||||
https://github.com/RobTillaart/rotaryDecoder
|
https://github.com/RobTillaart/rotaryDecoder
|
||||||
https://github.com/RobTillaart/rotaryDecoder8
|
https://github.com/RobTillaart/rotaryDecoder8
|
||||||
https://github.com/RobTillaart/rotaryDecoderSwitch
|
https://github.com/RobTillaart/rotaryDecoderSwitch
|
||||||
@@ -6019,6 +6049,7 @@ https://github.com/RobTillaart/TinyKT0803
|
|||||||
https://github.com/RobTillaart/tinySHT2x
|
https://github.com/RobTillaart/tinySHT2x
|
||||||
https://github.com/RobTillaart/TLC5917
|
https://github.com/RobTillaart/TLC5917
|
||||||
https://github.com/RobTillaart/TLC5947
|
https://github.com/RobTillaart/TLC5947
|
||||||
|
https://github.com/RobTillaart/TLCBuffer
|
||||||
https://github.com/RobTillaart/TM1637_RT
|
https://github.com/RobTillaart/TM1637_RT
|
||||||
https://github.com/RobTillaart/TOPMAX
|
https://github.com/RobTillaart/TOPMAX
|
||||||
https://github.com/RobTillaart/TOPMIN
|
https://github.com/RobTillaart/TOPMIN
|
||||||
@@ -6292,6 +6323,7 @@ https://github.com/Sensirion/arduino-i2c-sts4x
|
|||||||
https://github.com/sensirion/arduino-i2c-svm4x
|
https://github.com/sensirion/arduino-i2c-svm4x
|
||||||
https://github.com/Sensirion/arduino-i2c-sfx6xxx
|
https://github.com/Sensirion/arduino-i2c-sfx6xxx
|
||||||
https://github.com/Sensirion/arduino-i2c-sps30
|
https://github.com/Sensirion/arduino-i2c-sps30
|
||||||
|
https://github.com/Sensirion/arduino-i2c-sfm3505
|
||||||
https://github.com/Sensirion/arduino-sht
|
https://github.com/Sensirion/arduino-sht
|
||||||
https://github.com/Sensirion/arduino-uart-sen44
|
https://github.com/Sensirion/arduino-uart-sen44
|
||||||
https://github.com/Sensirion/arduino-uart-sfa3x
|
https://github.com/Sensirion/arduino-uart-sfa3x
|
||||||
@@ -7017,6 +7049,11 @@ https://github.com/tanakamasayuki/I2C_SLG
|
|||||||
https://github.com/tanakamasayuki/LinxESP32
|
https://github.com/tanakamasayuki/LinxESP32
|
||||||
https://github.com/tanakamasayuki/UlpDebug
|
https://github.com/tanakamasayuki/UlpDebug
|
||||||
https://github.com/tanakamasayuki/ESP32CertBundle
|
https://github.com/tanakamasayuki/ESP32CertBundle
|
||||||
|
https://github.com/tanakamasayuki/ESP32SerialCtl
|
||||||
|
https://github.com/tanakamasayuki/EmbedFS
|
||||||
|
https://github.com/tanakamasayuki/EspHelper
|
||||||
|
https://github.com/tanakamasayuki/AssocTree
|
||||||
|
https://github.com/tanakamasayuki/EspHttpServer
|
||||||
https://github.com/TanPitch/ButtonKing
|
https://github.com/TanPitch/ButtonKing
|
||||||
https://github.com/TaraHoleInIt/Subpixie
|
https://github.com/TaraHoleInIt/Subpixie
|
||||||
https://github.com/tasos12/ev3-arduino
|
https://github.com/tasos12/ev3-arduino
|
||||||
@@ -7535,6 +7572,7 @@ https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library
|
|||||||
https://github.com/YFROBOT-TM/Yfrobot-Valon3-Library
|
https://github.com/YFROBOT-TM/Yfrobot-Valon3-Library
|
||||||
https://github.com/YFROBOT-TM/Yfrobot-TTS-Library
|
https://github.com/YFROBOT-TM/Yfrobot-TTS-Library
|
||||||
https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-IIC1508-Library
|
https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-IIC1508-Library
|
||||||
|
https://github.com/YFROBOT-TM/Yfrobot-PS2UART-Library
|
||||||
https://github.com/yhur/ConfigPortal32
|
https://github.com/yhur/ConfigPortal32
|
||||||
https://github.com/yhur/ConfigPortal8266
|
https://github.com/yhur/ConfigPortal8266
|
||||||
https://github.com/YiannisBourkelis/Uptime-Library
|
https://github.com/YiannisBourkelis/Uptime-Library
|
||||||
@@ -7889,6 +7927,7 @@ https://github.com/SeeedJP/wio_cellular
|
|||||||
https://github.com/bitbank2/zlib_turbo
|
https://github.com/bitbank2/zlib_turbo
|
||||||
https://github.com/uutzinger/SavitzkyGolayFilter
|
https://github.com/uutzinger/SavitzkyGolayFilter
|
||||||
https://github.com/uutzinger/Arduino_AFE44XX
|
https://github.com/uutzinger/Arduino_AFE44XX
|
||||||
|
https://github.com/uutzinger/Arduino_BLESerial
|
||||||
https://github.com/ConsentiumIoT/ConsentiumThings
|
https://github.com/ConsentiumIoT/ConsentiumThings
|
||||||
https://github.com/iavorvel/MyLD2410
|
https://github.com/iavorvel/MyLD2410
|
||||||
https://github.com/jhagas/ESPSupabase
|
https://github.com/jhagas/ESPSupabase
|
||||||
@@ -7957,6 +7996,7 @@ https://github.com/arastaskiran/RustyKeypad
|
|||||||
https://github.com/Freenove/Freenove_RFID_Lib_for_Pico
|
https://github.com/Freenove/Freenove_RFID_Lib_for_Pico
|
||||||
https://github.com/thomasgeissl/Parameter
|
https://github.com/thomasgeissl/Parameter
|
||||||
https://github.com/thomasgeissl/ESP-NOW-MIDI
|
https://github.com/thomasgeissl/ESP-NOW-MIDI
|
||||||
|
https://github.com/thomasgeissl/NeopixelCommander
|
||||||
https://github.com/adbancroft/avr-fast-map
|
https://github.com/adbancroft/avr-fast-map
|
||||||
https://github.com/soynaldo/Labvee
|
https://github.com/soynaldo/Labvee
|
||||||
https://github.com/JensDMadsen/Multitasker
|
https://github.com/JensDMadsen/Multitasker
|
||||||
@@ -7986,7 +8026,7 @@ https://github.com/DBSStore/EIS
|
|||||||
https://github.com/guerratron/TouchCal
|
https://github.com/guerratron/TouchCal
|
||||||
https://github.com/GabyGold67/ButtonToSwitch_AVR
|
https://github.com/GabyGold67/ButtonToSwitch_AVR
|
||||||
https://github.com/bitbank2/bb_epaper
|
https://github.com/bitbank2/bb_epaper
|
||||||
https://github.com/Rmin-code2005/sparkey_gyro_i2c
|
https://github.com/Rmin-code2005/sparkey_gyro
|
||||||
https://github.com/Kei0208/RX8900
|
https://github.com/Kei0208/RX8900
|
||||||
https://github.com/Garfius/cliSerialMenu
|
https://github.com/Garfius/cliSerialMenu
|
||||||
https://github.com/nhjschulz/cfsm
|
https://github.com/nhjschulz/cfsm
|
||||||
@@ -8292,6 +8332,8 @@ https://github.com/ivanmari/bare-poller
|
|||||||
https://github.com/lahavg/QMI8658-Arduino-Library
|
https://github.com/lahavg/QMI8658-Arduino-Library
|
||||||
https://github.com/k3ldar/MovementDetector
|
https://github.com/k3ldar/MovementDetector
|
||||||
https://github.com/k3ldar/SerialCommandManager
|
https://github.com/k3ldar/SerialCommandManager
|
||||||
|
https://github.com/k3ldar/NextionControl
|
||||||
|
https://github.com/k3ldar/SensorManager
|
||||||
https://github.com/marcel-naderer/Lexo
|
https://github.com/marcel-naderer/Lexo
|
||||||
https://github.com/joshua-8/xrp-style-wpilib-comms
|
https://github.com/joshua-8/xrp-style-wpilib-comms
|
||||||
https://github.com/bitbank2/bb_imu
|
https://github.com/bitbank2/bb_imu
|
||||||
@@ -8447,7 +8489,6 @@ https://github.com/jonavarro22/MAX7SegmentDisplay
|
|||||||
https://github.com/sutiana/WiFiConfigManager
|
https://github.com/sutiana/WiFiConfigManager
|
||||||
https://github.com/7semi-solutions/7Semi-DS18B20-Arduino-Library
|
https://github.com/7semi-solutions/7Semi-DS18B20-Arduino-Library
|
||||||
https://github.com/7semi-solutions/7Semi-MAX17048-Arduino-Library
|
https://github.com/7semi-solutions/7Semi-MAX17048-Arduino-Library
|
||||||
https://github.com/Rmin-code2005/sparkey_gyro_I2C
|
|
||||||
https://github.com/BlueskyBV/Easy_Web_Remote_Control-ESP32-
|
https://github.com/BlueskyBV/Easy_Web_Remote_Control-ESP32-
|
||||||
https://github.com/JackHat1/MT07_CAN_Project
|
https://github.com/JackHat1/MT07_CAN_Project
|
||||||
https://github.com/7semi-solutions/7Semi-HX711-Arduino-Library
|
https://github.com/7semi-solutions/7Semi-HX711-Arduino-Library
|
||||||
@@ -8519,4 +8560,48 @@ https://github.com/geekfactory/GFLED
|
|||||||
https://github.com/IFTAHULYUSRO/MPU6050_VIBRATIONRMS
|
https://github.com/IFTAHULYUSRO/MPU6050_VIBRATIONRMS
|
||||||
https://github.com/Bridgetek/EVE5-Arduino-Dev
|
https://github.com/Bridgetek/EVE5-Arduino-Dev
|
||||||
https://github.com/Bridgetek/EVE1-Arduino-Dev
|
https://github.com/Bridgetek/EVE1-Arduino-Dev
|
||||||
|
https://github.com/Bridgetek/EVE2-Arduino-Dev
|
||||||
|
https://github.com/Bridgetek/EVE2-2-Arduino-Dev
|
||||||
https://github.com/TamsinRose/CANMessage
|
https://github.com/TamsinRose/CANMessage
|
||||||
|
https://github.com/stm32duino/X-NUCLEO-IKS5A1
|
||||||
|
https://github.com/fermeridamagni/arduino-minimal-ultrasonic
|
||||||
|
https://github.com/chipnorm/TM1637
|
||||||
|
https://github.com/benjistokman/FastRGB
|
||||||
|
https://github.com/DavinderHanda/HandaDigitalSpeaker
|
||||||
|
https://github.com/chipnorm/SHT21
|
||||||
|
https://github.com/DigitalCodesign/MentorBit-FinalCarrera
|
||||||
|
https://github.com/Upartech/RCSwitchRmt
|
||||||
|
https://github.com/FranciscoRos/UniversalRadioWSN
|
||||||
|
https://github.com/FranciscoRos/AdaptiveTXWSN
|
||||||
|
https://github.com/FranciscoRos/CodecWSN
|
||||||
|
https://github.com/egnor/everyday_pixel_fonts
|
||||||
|
https://github.com/egnor/ok_arduino_little_layout
|
||||||
|
https://github.com/egnor/ok_arduino_logging
|
||||||
|
https://github.com/chipnorm/VL53L0X
|
||||||
|
https://github.com/recepsenbas/DWIN-Unified
|
||||||
|
https://github.com/FranciscoRos/EnergyWSN
|
||||||
|
https://github.com/FT-tele/ST7306_8color_lvgl
|
||||||
|
https://github.com/bull-m/BULLM_ExtendModule
|
||||||
|
https://github.com/Jakkapan-a/AssuraVisionSerial.git
|
||||||
|
https://github.com/AIS-DeviceIntegration/AIS_4G_EXTENSION_BOARD
|
||||||
|
https://github.com/adafruit/WiFiNINA
|
||||||
|
https://github.com/sensebox/DNMSI2C
|
||||||
|
https://github.com/steinundfloete/MIDI-NRPN
|
||||||
|
https://github.com/VLPLAY-Games/Xeno-Language
|
||||||
|
https://github.com/chipnorm/LED_Matrix
|
||||||
|
https://github.com/dowerner/Arduino-Http-Requests
|
||||||
|
https://github.com/juano2310/SuperCAN
|
||||||
|
https://github.com/Protocentral/SensythingCore
|
||||||
|
https://github.com/sintrb/ANSI_Output
|
||||||
|
https://github.com/mlaass/wamr-esp32-arduino.git
|
||||||
|
https://github.com/1998Saeed/MechaNest
|
||||||
|
https://github.com/ertgtct/mcpesp
|
||||||
|
https://github.com/juano2310/SuperCANBus
|
||||||
|
https://github.com/stm32duino/X-NUCLEO-IHM04A1
|
||||||
|
https://github.com/versianih/hdw-utils
|
||||||
|
https://github.com/asimzulfiqar/esp_cron
|
||||||
|
https://github.com/marcoratto/DMFLib-Arduino
|
||||||
|
https://github.com/nedesico/ESP32_Thermistor
|
||||||
|
https://github.com/pdoebler/HS300x
|
||||||
|
https://github.com/hii-nice-2-meet-u/TINY.git
|
||||||
|
https://github.com/hii-nice-2-meet-u/LUMINOUS.git
|
||||||
|
|||||||
Reference in New Issue
Block a user