You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-16 09:41:51 +03:00
add M5Dial Library
This commit is contained in:
2
.github/workflows/check-license.yml
vendored
2
.github/workflows/check-license.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Ruby
|
- name: Install Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
4
.github/workflows/check-markdown.yml
vendored
4
.github/workflows/check-markdown.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Initialize markdownlint-cli problem matcher
|
- name: Initialize markdownlint-cli problem matcher
|
||||||
uses: xt0rted/markdownlint-problem-matcher@v2
|
uses: xt0rted/markdownlint-problem-matcher@v2
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Determine whether only modified files should be checked
|
- name: Determine whether only modified files should be checked
|
||||||
id: check-modified
|
id: check-modified
|
||||||
|
@ -212,7 +212,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Prettier
|
- name: Install Prettier
|
||||||
run: sudo npm install --global prettier
|
run: sudo npm install --global prettier
|
||||||
|
2
.github/workflows/check-toc.yml
vendored
2
.github/workflows/check-toc.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install markdown-toc
|
- name: Install markdown-toc
|
||||||
run: sudo npm install --global markdown-toc
|
run: sudo npm install --global markdown-toc
|
||||||
|
2
.github/workflows/check-workflows.yml
vendored
2
.github/workflows/check-workflows.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download JSON schema for GitHub Actions workflows
|
- name: Download JSON schema for GitHub Actions workflows
|
||||||
id: download-schema
|
id: download-schema
|
||||||
|
2
.github/workflows/check-yaml.yml
vendored
2
.github/workflows/check-yaml.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check YAML
|
- name: Check YAML
|
||||||
continue-on-error: ${{ matrix.configuration.continue-on-error }}
|
continue-on-error: ${{ matrix.configuration.continue-on-error }}
|
||||||
|
4
.github/workflows/manage-prs.yml
vendored
4
.github/workflows/manage-prs.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout local repository
|
- name: Checkout local repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download submission parser
|
- name: Download submission parser
|
||||||
id: download-parser
|
id: download-parser
|
||||||
@ -474,7 +474,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout index source branch
|
- name: Checkout index source branch
|
||||||
if: steps.merge.outcome == 'success'
|
if: steps.merge.outcome == 'success'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: production
|
ref: production
|
||||||
|
|
||||||
|
2
.github/workflows/spell-check.yml
vendored
2
.github/workflows/spell-check.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Spell check
|
- name: Spell check
|
||||||
uses: codespell-project/actions-codespell@master
|
uses: codespell-project/actions-codespell@master
|
||||||
|
4
.github/workflows/sync-labels.yml
vendored
4
.github/workflows/sync-labels.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download JSON schema for labels configuration file
|
- name: Download JSON schema for labels configuration file
|
||||||
id: download-schema
|
id: download-schema
|
||||||
@ -105,7 +105,7 @@ jobs:
|
|||||||
echo "::set-output name=flag::--dry-run"
|
echo "::set-output name=flag::--dry-run"
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download configuration files artifact
|
- name: Download configuration files artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
@ -1,5 +1,18 @@
|
|||||||
|
https://github.com/sachinmunasinghe/FirebaseRealtime
|
||||||
|
https://github.com/oggysaud245/haversine
|
||||||
|
https://github.com/esp-arduino-libs/esp-io-expander
|
||||||
|
https://github.com/GyverLibs/Stamp
|
||||||
|
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
|
||||||
|
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
|
https://github.com/mjdonders/CST816_TouchLib
|
||||||
https://github.com/Makeblock-official/Makeblock-Libraries
|
https://github.com/Makeblock-official/Makeblock-Libraries
|
||||||
|
https://github.com/OkbaO/KS0108_LCD
|
||||||
https://github.com/OkbaO/ST7565_LCD
|
https://github.com/OkbaO/ST7565_LCD
|
||||||
https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library/
|
https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library/
|
||||||
https://github.com/yasir-shahzad/AM4096
|
https://github.com/yasir-shahzad/AM4096
|
||||||
@ -21,6 +34,8 @@ https://github.com/kaiaai/micro_ros_arduino_kaia
|
|||||||
https://github.com/MrYsLab/Telemetrix4UnoR4
|
https://github.com/MrYsLab/Telemetrix4UnoR4
|
||||||
https://github.com/Reefwing-Software/Reefwing-MPU6050
|
https://github.com/Reefwing-Software/Reefwing-MPU6050
|
||||||
https://github.com/Obsttube/CryptoAES_CBC
|
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/nfc-rfid-reader-sdk/MFRC522_PN512
|
||||||
https://github.com/andrewhe-princeton/Iridium-GPP
|
https://github.com/andrewhe-princeton/Iridium-GPP
|
||||||
https://github.com/DIGI-EDGE/DPE-TRAM-GEN
|
https://github.com/DIGI-EDGE/DPE-TRAM-GEN
|
||||||
@ -49,6 +64,7 @@ https://github.com/addy123d/I2CDisplayController
|
|||||||
https://github.com/ZakKemble/LM73
|
https://github.com/ZakKemble/LM73
|
||||||
https://github.com/felias-fogg/avrCalibrate
|
https://github.com/felias-fogg/avrCalibrate
|
||||||
https://github.com/crunchysteve/EdgieD
|
https://github.com/crunchysteve/EdgieD
|
||||||
|
https://github.com/nthnn/PortaMob
|
||||||
https://github.com/nthnn/Diwa
|
https://github.com/nthnn/Diwa
|
||||||
https://github.com/nthnn/TCS3200
|
https://github.com/nthnn/TCS3200
|
||||||
https://github.com/nthnn/Anomalia
|
https://github.com/nthnn/Anomalia
|
||||||
@ -181,6 +197,7 @@ https://github.com/4-20ma/i2c_adc_ads7828
|
|||||||
https://github.com/4dsystems/Diablo16-Serial-Arduino-Library
|
https://github.com/4dsystems/Diablo16-Serial-Arduino-Library
|
||||||
https://github.com/4dsystems/GFX4DIoD9
|
https://github.com/4dsystems/GFX4DIoD9
|
||||||
https://github.com/4dsystems/GFX4d
|
https://github.com/4dsystems/GFX4d
|
||||||
|
https://github.com/4dsystems/GFX4dESP32
|
||||||
https://github.com/4dsystems/Goldelox-Serial-Arduino-Library
|
https://github.com/4dsystems/Goldelox-Serial-Arduino-Library
|
||||||
https://github.com/4dsystems/Picaso-Serial-Arduino-Library
|
https://github.com/4dsystems/Picaso-Serial-Arduino-Library
|
||||||
https://github.com/4dsystems/Pixxi-Serial-Arduino-Library
|
https://github.com/4dsystems/Pixxi-Serial-Arduino-Library
|
||||||
@ -279,6 +296,7 @@ https://github.com/Andy4495/AY3891x
|
|||||||
https://github.com/Andy4495/ICM7218
|
https://github.com/Andy4495/ICM7218
|
||||||
https://github.com/Andy4495/LED744511
|
https://github.com/Andy4495/LED744511
|
||||||
https://github.com/Andy4495/SWI2C
|
https://github.com/Andy4495/SWI2C
|
||||||
|
https://github.com/Andy4495/TIL306
|
||||||
https://github.com/Andy4495/TLC591x
|
https://github.com/Andy4495/TLC591x
|
||||||
https://github.com/Annikken/Andee
|
https://github.com/Annikken/Andee
|
||||||
https://github.com/Annikken/Andee101
|
https://github.com/Annikken/Andee101
|
||||||
@ -290,6 +308,7 @@ https://github.com/Ant2000/CustomJWT
|
|||||||
https://github.com/AntoIOT/anto-esp8266-arduino
|
https://github.com/AntoIOT/anto-esp8266-arduino
|
||||||
https://github.com/AntonioPrevitali/DueAdcFast
|
https://github.com/AntonioPrevitali/DueAdcFast
|
||||||
https://github.com/AnyLeaf/ph-cpp
|
https://github.com/AnyLeaf/ph-cpp
|
||||||
|
https://github.com/Open-Agriculture/AgIsoStack-Arduino
|
||||||
https://github.com/Apollon77/I2CSoilMoistureSensor
|
https://github.com/Apollon77/I2CSoilMoistureSensor
|
||||||
https://github.com/ArchontisKostis/SimpleComponents
|
https://github.com/ArchontisKostis/SimpleComponents
|
||||||
https://github.com/ArduCAM/Arducam_Mega
|
https://github.com/ArduCAM/Arducam_Mega
|
||||||
@ -1592,6 +1611,8 @@ https://github.com/RobTillaart/AD5245
|
|||||||
https://github.com/RobTillaart/AD5246
|
https://github.com/RobTillaart/AD5246
|
||||||
https://github.com/RobTillaart/AD524X
|
https://github.com/RobTillaart/AD524X
|
||||||
https://github.com/RobTillaart/AD56X8
|
https://github.com/RobTillaart/AD56X8
|
||||||
|
https://github.com/RobTillaart/AD5680
|
||||||
|
https://github.com/RobTillaart/AD568X
|
||||||
https://github.com/RobTillaart/AD9833
|
https://github.com/RobTillaart/AD9833
|
||||||
https://github.com/RobTillaart/AD985X
|
https://github.com/RobTillaart/AD985X
|
||||||
https://github.com/RobTillaart/ADG725
|
https://github.com/RobTillaart/ADG725
|
||||||
@ -1736,6 +1757,7 @@ https://github.com/RobTillaart/PrintCharArray
|
|||||||
https://github.com/RobTillaart/PrintSize
|
https://github.com/RobTillaart/PrintSize
|
||||||
https://github.com/RobTillaart/PrintString
|
https://github.com/RobTillaart/PrintString
|
||||||
https://github.com/RobTillaart/PT2314
|
https://github.com/RobTillaart/PT2314
|
||||||
|
https://github.com/RobTillaart/PulseDivider
|
||||||
https://github.com/RobTillaart/PulsePattern
|
https://github.com/RobTillaart/PulsePattern
|
||||||
https://github.com/RobTillaart/RADAR
|
https://github.com/RobTillaart/RADAR
|
||||||
https://github.com/RobTillaart/RAIN
|
https://github.com/RobTillaart/RAIN
|
||||||
@ -2325,6 +2347,7 @@ https://github.com/adafruit/Adafruit_ADT7410
|
|||||||
https://github.com/adafruit/Adafruit_ADXL343
|
https://github.com/adafruit/Adafruit_ADXL343
|
||||||
https://github.com/adafruit/Adafruit_ADXL345
|
https://github.com/adafruit/Adafruit_ADXL345
|
||||||
https://github.com/adafruit/Adafruit_ADXL375
|
https://github.com/adafruit/Adafruit_ADXL375
|
||||||
|
https://github.com/adafruit/Adafruit_AGS02MA
|
||||||
https://github.com/adafruit/Adafruit_AHRS
|
https://github.com/adafruit/Adafruit_AHRS
|
||||||
https://github.com/adafruit/Adafruit_AHT10
|
https://github.com/adafruit/Adafruit_AHT10
|
||||||
https://github.com/adafruit/Adafruit_AHTX0
|
https://github.com/adafruit/Adafruit_AHTX0
|
||||||
@ -2384,6 +2407,7 @@ https://github.com/adafruit/Adafruit_HMC5883_Unified
|
|||||||
https://github.com/adafruit/Adafruit_HTS221
|
https://github.com/adafruit/Adafruit_HTS221
|
||||||
https://github.com/adafruit/Adafruit_HTU21DF_Library
|
https://github.com/adafruit/Adafruit_HTU21DF_Library
|
||||||
https://github.com/adafruit/Adafruit_HTU31D
|
https://github.com/adafruit/Adafruit_HTU31D
|
||||||
|
https://github.com/adafruit/Adafruit_HUSB238
|
||||||
https://github.com/adafruit/Adafruit_HX8357_Library
|
https://github.com/adafruit/Adafruit_HX8357_Library
|
||||||
https://github.com/adafruit/Adafruit_ICM20X
|
https://github.com/adafruit/Adafruit_ICM20X
|
||||||
https://github.com/adafruit/Adafruit_ILI9341
|
https://github.com/adafruit/Adafruit_ILI9341
|
||||||
@ -2522,6 +2546,7 @@ https://github.com/adafruit/Adafruit_nRFCrypto
|
|||||||
https://github.com/adafruit/Audio
|
https://github.com/adafruit/Audio
|
||||||
https://github.com/adafruit/CC3000_MDNS
|
https://github.com/adafruit/CC3000_MDNS
|
||||||
https://github.com/adafruit/DHT-sensor-library
|
https://github.com/adafruit/DHT-sensor-library
|
||||||
|
https://github.com/adafruit/ENS160_driver
|
||||||
https://github.com/adafruit/Ethernet2
|
https://github.com/adafruit/Ethernet2
|
||||||
https://github.com/adafruit/FifteenStep
|
https://github.com/adafruit/FifteenStep
|
||||||
https://github.com/adafruit/HL1606-LED-Strip
|
https://github.com/adafruit/HL1606-LED-Strip
|
||||||
@ -2548,6 +2573,7 @@ https://github.com/adafruit/TinyWireM
|
|||||||
https://github.com/adafruit/TinyXML
|
https://github.com/adafruit/TinyXML
|
||||||
https://github.com/adafruit/WaveHC
|
https://github.com/adafruit/WaveHC
|
||||||
https://github.com/adafruit/arduino-CAN
|
https://github.com/adafruit/arduino-CAN
|
||||||
|
https://github.com/adafruit/Adafruit_Debounce
|
||||||
https://github.com/adameat/MaximWire
|
https://github.com/adameat/MaximWire
|
||||||
https://github.com/ademuri/esp-simple-web-dashboard
|
https://github.com/ademuri/esp-simple-web-dashboard
|
||||||
https://github.com/ademuri/smart-input-filter
|
https://github.com/ademuri/smart-input-filter
|
||||||
@ -2681,6 +2707,7 @@ https://github.com/arbv/avr-context
|
|||||||
https://github.com/ardnew/ILI9341-Layout-Manager
|
https://github.com/ardnew/ILI9341-Layout-Manager
|
||||||
https://github.com/ardnew/STUSB4500
|
https://github.com/ardnew/STUSB4500
|
||||||
https://github.com/ardnew/XPT2046_Calibrated
|
https://github.com/ardnew/XPT2046_Calibrated
|
||||||
|
https://github.com/ardnew/cronos
|
||||||
https://github.com/arduino-libraries/AlPlc_Opta
|
https://github.com/arduino-libraries/AlPlc_Opta
|
||||||
https://github.com/arduino-libraries/AlPlc_PMC
|
https://github.com/arduino-libraries/AlPlc_PMC
|
||||||
https://github.com/arduino-libraries/ArduinoBLE
|
https://github.com/arduino-libraries/ArduinoBLE
|
||||||
@ -3337,6 +3364,7 @@ https://github.com/dleval/STLED316S
|
|||||||
https://github.com/dlkay0/TinyFontRenderer
|
https://github.com/dlkay0/TinyFontRenderer
|
||||||
https://github.com/dlyckelid/IOExpander-TLA2518
|
https://github.com/dlyckelid/IOExpander-TLA2518
|
||||||
https://github.com/dlyckelid/KX023-1025-IMU
|
https://github.com/dlyckelid/KX023-1025-IMU
|
||||||
|
https://github.com/dmadison/AnalogSelector-Arduino
|
||||||
https://github.com/dmadison/ArduinoXInput
|
https://github.com/dmadison/ArduinoXInput
|
||||||
https://github.com/dmadison/CtrlUtil
|
https://github.com/dmadison/CtrlUtil
|
||||||
https://github.com/dmadison/FastLED_NeoPixel
|
https://github.com/dmadison/FastLED_NeoPixel
|
||||||
@ -5561,6 +5589,7 @@ https://github.com/sudomesh/LoRaLayer2
|
|||||||
https://github.com/sui77/rc-switch
|
https://github.com/sui77/rc-switch
|
||||||
https://github.com/suratin27/ESP32_Control
|
https://github.com/suratin27/ESP32_Control
|
||||||
https://github.com/suratin27/ESP32_Control_Lite
|
https://github.com/suratin27/ESP32_Control_Lite
|
||||||
|
https://github.com/swharden/NumberSpeaker
|
||||||
https://github.com/szotsaki/LIS331
|
https://github.com/szotsaki/LIS331
|
||||||
https://github.com/t-in/cloudchip-iot
|
https://github.com/t-in/cloudchip-iot
|
||||||
https://github.com/taligentx/dscKeybusInterface
|
https://github.com/taligentx/dscKeybusInterface
|
||||||
@ -6018,6 +6047,7 @@ https://github.com/thelastoutpostworkshop/FastDisplayPrototyping
|
|||||||
https://github.com/cranties/escposprinter
|
https://github.com/cranties/escposprinter
|
||||||
https://github.com/sciosense/APC1_driver
|
https://github.com/sciosense/APC1_driver
|
||||||
https://github.com/ahmedosama07/mDriverL298n
|
https://github.com/ahmedosama07/mDriverL298n
|
||||||
|
https://github.com/ahmedosama07/LineFollowerPID
|
||||||
https://github.com/TMRh20/nrf_to_nrf
|
https://github.com/TMRh20/nrf_to_nrf
|
||||||
https://github.com/mobizt/ESP-Google-Forms-Client
|
https://github.com/mobizt/ESP-Google-Forms-Client
|
||||||
https://github.com/nacademyth/RoboFi
|
https://github.com/nacademyth/RoboFi
|
||||||
@ -6097,6 +6127,7 @@ https://github.com/bonezegei/Bonezegei_RS485
|
|||||||
https://github.com/bonezegei/Bonezegei_SSD1306
|
https://github.com/bonezegei/Bonezegei_SSD1306
|
||||||
https://github.com/bonezegei/Bonezegei_GPS
|
https://github.com/bonezegei/Bonezegei_GPS
|
||||||
https://github.com/bonezegei/Bonezegei_Protocol
|
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/communication/vegaiot_busio
|
||||||
https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_bmi088
|
https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_bmi088
|
||||||
https://github.com/odriverobotics/ODriveArduino
|
https://github.com/odriverobotics/ODriveArduino
|
||||||
@ -6106,6 +6137,7 @@ https://github.com/mizuyoukanao/Bluewhale
|
|||||||
https://github.com/machinefi/psa-crypto-arduino
|
https://github.com/machinefi/psa-crypto-arduino
|
||||||
https://github.com/AbdoullahBougataya/QCFA
|
https://github.com/AbdoullahBougataya/QCFA
|
||||||
https://github.com/CMB27/ModbusRTUMaster
|
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/BMK52T016
|
||||||
https://github.com/BestModules-Libraries/BMK54T004
|
https://github.com/BestModules-Libraries/BMK54T004
|
||||||
https://github.com/BestModules-Libraries/BMK56T004
|
https://github.com/BestModules-Libraries/BMK56T004
|
||||||
@ -6184,4 +6216,26 @@ https://github.com/sciosense/arduino-ens220
|
|||||||
https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t
|
https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t
|
||||||
https://github.com/neittien0110/Soict_IoT_Labs
|
https://github.com/neittien0110/Soict_IoT_Labs
|
||||||
https://github.com/m5stack/M5Module-GNSS
|
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
|
||||||
|
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
|
||||||
|
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
|
||||||
|
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
|
||||||
|
https://github.com/fsender/readguy
|
||||||
|
https://github.com/avivgr/IS31FL3729_LED_Matrix
|
||||||
https://github.com/m5stack/M5Dial
|
https://github.com/m5stack/M5Dial
|
||||||
|
Reference in New Issue
Block a user