1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-09 01:42:00 +03:00
Commit Graph

4751 Commits

Author SHA1 Message Date
c89d244dfd Update repositories.txt (#813) 2021-12-19 16:57:03 +00:00
bc10661f6d Add asukiaaa/arduino-HzMeter (#812) 2021-12-19 11:43:29 +00:00
dadd5064bb Update repositories.txt (#811)
add new library to emulate Lego BOOST and PoweredUp devices.
2021-12-18 21:08:28 +00:00
dbb951fa7c Update repositories.txt (#810) 2021-12-18 17:07:58 +00:00
a18ccadbae Add asukiaaa/arduino-TC78B009FTG (#809) 2021-12-18 13:10:07 +00:00
045966ebbe Merge pull request #801 from per1234/move-Indicator
Update URL of "Indicator"
2021-12-17 18:32:31 +01:00
7557d428a2 add m5stack/UNIT_KMeter. (#806) 2021-12-17 03:44:05 +00:00
9a8d9c8ed4 Update repositories.txt (#804) 2021-12-17 03:16:40 +00:00
0128b6d2e6 Update repositories.txt (#803) 2021-12-17 01:41:52 +00:00
4188d42bd9 Add soracom-labs/soracom-arc-esp32-arduino (#802) 2021-12-16 14:53:33 +00:00
e0d033fc68 Update URL of "Indicator"
The repository name has been changed.
2021-12-16 03:47:05 -08:00
d317085869 add device controller library to repositories.txt (#799) 2021-12-16 10:40:06 +00:00
e5f8a0f6af Update repositories.txt (#797) 2021-12-16 00:10:29 +00:00
25ea29d3f2 Add SparkFun RHT03 library (#796) 2021-12-15 23:12:51 +00:00
49e168bbaf Add TMC2209 (#795) 2021-12-15 20:51:46 +00:00
0a83040277 Update repositories.txt (#794) 2021-12-15 12:36:06 +00:00
1aedeba084 Merge pull request #786 from armp30/patch-1
Update Viralink-Arduino-SDK
2021-12-14 23:52:47 -08:00
7d1b154451 Merge branch 'main' into patch-1 2021-12-14 23:43:22 -08:00
a3ecf917a7 Initial release of Robbus Kidsy V1.0.0 library (#789)
This is the initial release of the Rocket Launcher - Robbus Kidsy library V1.0.0, compatible with hardware V3.2
2021-12-15 04:38:56 +00:00
8d2619f3a5 Add two new module libraries for RAKwireless WisBlock modules (#788)
* Update repositories.txt

* Update repositories.txt
2021-12-15 04:32:53 +00:00
69e9193e26 Update Viralink-Arduino-SDK
Viralink IoT Cloud Platform client
2021-12-14 23:06:24 +03:30
f57a773fcb Add QNEthernet library for Teensy 4.1 (#785) 2021-12-14 09:36:08 +00:00
b5a6339a0b Update repositories.txt (#784) 2021-12-14 09:32:14 +00:00
678a24de09 Add SparkFun Qwiic Fan Arduino Library (#778) 2021-12-13 18:52:31 +00:00
1790dfa8b2 Update repositories.txt (#777) 2021-12-13 18:09:31 +00:00
7616506fa3 Added uc-OS3 Arduino Due Library (#776)
* Added uc-OS3 Arduino Due Library

Adaption of uc-OS3 RTOS for use with the Arduino Due SDK

* Update repositories.txt

fixed repository srevere
2021-12-11 14:24:29 +00:00
d7dd0c5352 Merge pull request #770 from per1234/fix-concurrency
Avoid manager workflow run cancelation by incidental events
2021-12-09 02:42:44 -08:00
5445e40234 Update repositories.txt (#774) 2021-12-09 05:15:31 +00:00
a5f718e88f Added library for 24LC64F EEPROM chip (#773)
Added library for 24LC64F EEPROM chip
2021-12-08 16:21:59 +00:00
9adc1606c6 Update repositories.txt (#771) 2021-12-08 11:24:23 +00:00
abec5ec873 Avoid manager workflow run cancelation by incidental events
In order to prevent confusing feedback from the bot, parallel runs of the "Manage PRs" workflow for a given PR are
prevented by canceling any in progress runs for that PR whenever it is triggered.

However, sometimes a trigger event does not result in a run. For example, the workflow is triggered by every comment on
the PR thread, but only those containing the text "ArduinoBot" result in a run. With the previous workflow configuration,
this meant that if anyone made an incidental comment on the PR during a workflow run, the true run was canceled by the
otherwise ignored trigger event, causing a loss of automation.

The solution is to adjust the concurrency configuration so that prior runs in progress are canceled only if the current
trigger event will result in a true run.

I did not indent the added expression because doing so caused validation against the community developed GitHub Actions
workflow JSON schema from the JSON Schema Store to fail.
The reason is that lines with leading whitespace are not folded:
https://yaml.org/spec/1.2.2/#block-folding
Even though the resulting newlines in the expression don't cause any problems for GitHub Actions, the JSON Schema does
not have support for them. Since there is no explicit specification in the GitHub Actions documentation that newlines in
expressions are supported, I am hesitant to propose the necessary change to the schema.
2021-12-07 13:17:48 -08:00
67978a1fa0 Added MCUOS library to list (#769) 2021-12-07 06:54:03 +00:00
a8ea8e8130 Add official Microsoft Azure SDK for C Arduino library. (#768)
From the library repo https://github.com/Azure/azure-sdk-for-c-arduino.

This new library maps to the new Azure SDK for C that is designed for
embedded development, published on
https://github.com/azure/azure-sdk-for-c.

This new azure-sdk-for-c-arduino library shall be prefered over the previous azure-iot-arduino
library and dependencies (azure-iot-arduino-utility,
azure-iot-arduino-protocol-http, azure-iot-arduino-protocol-mqtt,
azure-iot-arduino-socket-esp32-wifi).

For questions, please refer to maintainer of library.
2021-12-06 23:42:59 +00:00
ebf5709d74 Added simple collections library in the davetcc repository (#767)
Co-authored-by: dave <dave@thecoderscorner.com>
2021-12-06 13:06:01 +00:00
6c27192b20 Update repositories.txt (#766) 2021-12-06 09:36:18 +00:00
17f1ea01eb Update repositories.txt (#765) 2021-12-06 09:06:32 +00:00
9162a63234 Update repositories.txt (#764) 2021-12-06 08:03:57 +00:00
79ea54f75a Update repositories.txt (#762) 2021-12-05 21:41:03 +00:00
733b71203a Update repositories.txt (#761) 2021-12-05 20:12:42 +00:00
eb5c892f17 Update repositories.txt (#760) 2021-12-05 17:20:32 +00:00
d4f1ade4f1 Update repositories.txt (#759) 2021-12-05 12:34:29 +00:00
2c266df73a Add ATCommands (#758)
* Update repositories.txt

* Update repositories.txt
2021-12-04 23:12:40 +00:00
efc6e25fc4 add map2colour (#757)
* 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

* Update repositories.txt

* Update repositories.txt

* Add float16

Experimental library to convert value to 2 byte float16 format for more efficient storage and communication.

* add palindrome

library with functions to test and find palindromes

* add map2colour
2021-12-04 20:07:05 +00:00
59c8822d67 Update repositories.txt (#756)
Konnex Interface Module
2021-12-03 19:02:16 +00:00
7720cbfb30 Add SolarCalculator (#755) 2021-12-03 15:26:35 +00:00
4a9c75962b add palindrome (#754)
* 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

* Update repositories.txt

* Update repositories.txt

* Add float16

Experimental library to convert value to 2 byte float16 format for more efficient storage and communication.

* add palindrome

library with functions to test and find palindromes
2021-12-03 10:34:09 +00:00
1c76311310 Update repositories.txt (#753) 2021-12-02 18:57:27 +00:00
9245458fe5 Update repositories.txt (#752) 2021-12-02 01:20:11 +00:00
40ac8e6c9d Add two new libraries (#751) 2021-12-01 22:46:27 +00:00
3090acf267 Update repositories.txt (#750) 2021-12-01 22:28:59 +00:00