1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00
Commit Graph

4797 Commits

Author SHA1 Message Date
20548fa472 Update repositories.txt (#605) 2021-10-21 20:18:06 +00:00
574d018577 Add AntiKeyRepetition.h (#604)
* Add AntiKeyRepetition.h

* Change to Public GitLab
2021-10-21 14:15:52 +00:00
87819b121b Update repositories.txt (#602) 2021-10-21 05:22:44 +00:00
38d6981579 add DFRobot_URM13 library (#600) 2021-10-21 02:38:32 +00:00
dff7789765 Update repositories.txt (#599)
Adding A-Vision ESP8266 learning board libraries
2021-10-20 14:58:21 +00:00
dd2b4da0cc add DFRobot_DF1201S library (#597) 2021-10-20 06:38:03 +00:00
ad5e5b2d2b add DFRobot_VEML6075 library (#596) 2021-10-20 00:22:35 +00:00
11c5fe4eb8 Add HTU21D-Sensor-Library (#595) 2021-10-19 16:30:22 +00:00
2398781326 Add MAX3010x-Sensor-Library (#594) 2021-10-19 16:24:09 +00:00
3b0e2b3bec Libraries for Pervasive Displays e-paper screens (#591) 2021-10-18 19:02:52 +00:00
806546584b Update repositories.txt (#590)
Added Vishay_VCNL4200
2021-10-18 18:33:55 +00:00
a29f5f2551 Add hideakitai/PCA9624 (#589) 2021-10-16 07:06:37 +00:00
32cc840597 Add https://github.com/bxparks/AceTimeClock (#588) 2021-10-15 16:54:01 +00:00
ba6d08357d Add TM16xx LEDs and Buttons library (#587) 2021-10-15 08:00:26 +00:00
6054366e63 Add Portenta_H7_AsyncHTTPRequest Library (#586)
### Initial Releases v1.0.0

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) with `Vision-shield Ethernet` ot `Murata WiFi`
2021-10-15 05:43:38 +00:00
a4350db004 Add MINMAX library (#585)
* add TCA9555

* add RobTIllaart/SGP30

* Add AGS02MA

TVOC sensor - experimental library, use low speed I2C < 30 KHz, UNO does not really work as it cannot go that low.

* add MTP40C CO2 and air pressure sensor

* Add MTP40C CO2 and air pressure sensor

* Update repositories.txt

add experimental library - DAC8550

* Update repositories.txt

* Update repositories.txt

* add MINMAX library

Library to find peaks in a signal
2021-10-14 12:13:10 +00:00
000ada1774 add hideakitai/MsgPackRosInterfaces (#584) 2021-10-14 09:01:05 +00:00
c2199b9241 Add FastLED_NeoPixel library (#583) 2021-10-13 22:53:50 +00:00
497be8aaf4 add library DFRobot_MGC3130 (#582) 2021-10-13 10:59:29 +00:00
722de10710 Merge pull request #580 from per1234/sync-labels-fix
Fix bugs in dry run determination code for "Sync Labels" workflow
2021-10-13 01:50:50 -07:00
ec899dca79 Merge pull request #579 from per1234/add-labels
Add type change repository label to configuration file
2021-10-13 01:17:38 -07:00
3ec30a80ba Sync labels in write mode on schedule trigger
In order to facilitate the testing and review of proposed changes to the repository label infrastructure, the
"Sync Labels" template workflow does a dry run when triggered under conditions that indicate it would not be appropriate
to make real changes to the repository's labels. The changes that would have resulted are printed to the log, but not
actually made.

One of the criteria used to determine "dry run" mode usage is whether the event occurred on the repository's default
branch. A trigger on a development branch or for a pull request should not result in a change to the labels.
It turns out that GitHub does not define a `github.event.repository.default_branch` context item when a workflow is
triggered by a `schedule` event. This resulted in the workflow always running in "dry run" mode on a `schedule` trigger.
Since `schedule` and `repository_dispatch` triggers are only permitted for the default branch, there is no need to check
whether the event's ref matches the default branch and it is safe to always run in write mode on these events.
2021-10-12 16:06:05 -07:00
baa0c087f5 Correct context key name in "Sync Labels" workflow
Incorrect context key name resulted in impossible to satisfy conditional, meaning the dry run determination code was
solely dependent on the check for whether the workflow was triggered from the default branch name.
2021-10-12 16:05:46 -07:00
b5807e8d6a Add type change repository label to configuration file
The repository contains labels for each of the distinct operations that may be requested for the library registrations or index data. These labels are defined in a local configuration file for management by the "Sync Labels" GitHub Actions work in combination with the shared universal Arduino tooling project repository labels configuration file.

Since there has not yet been an internal request for a type change operation, the associated "topic: type change" label was forgotten when creating the configuration file. It will be best to have the label in place so every standard operation can be accomplished without unnecessary complication.
2021-10-12 09:11:40 -07:00
9d78849156 Merge pull request #577 from F-Schmidt99/patch-2
Update repositories.txt
2021-10-12 08:50:00 -07:00
dfe5ccc158 Update repositories.txt
Removed library uulm_mcp23008_core. Reason: Another library for the port expander MCP23008 will be used for all projects, so this library will not be implemented. Gitlab repository is already removed.
2021-10-12 17:02:35 +02:00
5bc3cd6f2a Update repositories.txt (#576)
Please add ST25R3916 and X-NUCLEO-NFC06A1 libraries to the Library Manager.
Best Regards,
Carlo
2021-10-12 11:17:15 +00:00
da125f5f8e Adding a new library - SiC45x (#574) 2021-10-11 16:56:11 +00:00
7cfd97445d Add Arduino_BuiltIn (#573) 2021-10-11 11:32:55 +00:00
8a9e42ac98 add hideakitai/ArduinoEigen (#572) 2021-10-11 08:50:52 +00:00
77a3345172 Update repositories.txt (#571) 2021-10-10 17:05:10 +00:00
b5e7772aa8 Add TAMCTec GT911 (#570)
Co-authored-by: George <tamc@gmail.com>
2021-10-10 02:44:48 +00:00
2253231e5a https://github.com/mkhuthir/Si4703 (#569)
https://github.com/mkhuthir/Si4703
2021-10-09 17:23:06 +00:00
d338d6d9bc Add Portenta_H7_AsyncUDP Library (#568)
### Initial Releases v1.0.0

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) and `Vision-shield Ethernet`
2021-10-09 05:37:17 +00:00
4b65e23cf6 Add Arduino_BHY2Host (#567) 2021-10-08 14:35:59 +00:00
f65cf83f3d Add Arduino_BHY2 (#566) 2021-10-08 14:25:16 +00:00
bc792ad6bb Add Portenta_H7_AsyncWebServer Library (#565)
### Initial Releases v1.0.0

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) and `Vision-shield Ethernet`
2021-10-08 01:07:42 +00:00
74e36ed5f4 Add Portenta_H7_AsyncTCP Library (#564)
### Initial Releases v1.0.0

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) and `Vision-shield Ethernet`
2021-10-07 20:59:51 +00:00
f2e37865de Update repositories.txt (#563) 2021-10-05 04:23:51 +00:00
83dfb397ca Update repositories.txt (#560) 2021-10-04 00:26:47 +00:00
31275539d1 Add SAMD_Slow_PWM Library (#557)
### Initial Releases v1.0.0

1. Initial coding to support **SAMD21/SAMD51 boards** such as NANO_33_IOT, ITSYBITSY_M4, SEEED_XIAO_M0, SparkFun_SAMD51_Thing_Plus, etc. using Arduino, Adafruit or Sparkfun core
2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
2021-10-02 02:32:42 +00:00
e73687bf3a Update repositories.txt (#556) 2021-10-01 23:17:11 +00:00
f5ce9b9ec5 Add Arduino_OplaUI (#555)
* Add RREFont

* Add Arduino_OplaUI
2021-10-01 19:33:19 +00:00
af1825cbd9 Add STM32_PWM Library (#554)
1. Initial coding to support **STM32F/L/H/G/WB/MP1 boards** such as NUCLEO_H743ZI2, NUCLEO_L552ZE_Q, NUCLEO_F767ZI, BLUEPILL_F103CB, etc., using [`Arduino Core for STM32`](https://github.com/stm32duino/Arduino_Core_STM32)
2. The hardware-based PWM channels can generate very high PWM frequencies up with high accuracy.
2021-10-01 02:24:21 +00:00
1a41458398 Update repositories.txt to add MeshGnome (#553) 2021-09-30 20:33:18 +00:00
6562555918 Add STM32_Slow_PWM Library (#552)
### Initial Releases v1.0.0

1. Initial coding to support **STM32F/L/H/G/WB/MP1 boards** such as NUCLEO_H743ZI2, NUCLEO_L552ZE_Q, NUCLEO_F767ZI, BLUEPILL_F103CB, etc., using [`Arduino Core for STM32`](https://github.com/stm32duino/Arduino_Core_STM32)
2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
2021-09-30 05:28:43 +00:00
d2ed45d7de Update repositories.txt (#551) 2021-09-29 19:04:53 +00:00
57a2e19e60 add analogUVsensor library (#550)
* add TCA9555

* add RobTIllaart/SGP30

* Add AGS02MA

TVOC sensor - experimental library, use low speed I2C < 30 KHz, UNO does not really work as it cannot go that low.

* add MTP40C CO2 and air pressure sensor

* Add MTP40C CO2 and air pressure sensor

* Update repositories.txt

add experimental library - DAC8550

* Update repositories.txt

* Update repositories.txt
2021-09-29 14:54:58 +00:00
457a5a685f Merge pull request #541 from per1234/sync-labels
Add CI workflow to synchronize with shared repository labels
2021-09-29 04:56:10 -07:00
1d4921bd05 Update repositories.txt (#549) 2021-09-29 05:51:12 +00:00