1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-08-05 21:55:50 +03:00
Commit Graph

3394 Commits

Author SHA1 Message Date
Brian Taylor
9cfdf42b2d Update repositories.txt (#740) 2021-11-30 00:49:53 +00:00
Brian Taylor
2315903f44 Update repositories.txt (#739) 2021-11-29 21:00:00 +00:00
Brian Taylor
7ae2544d97 Update repositories.txt (#737) 2021-11-29 18:22:38 +00:00
Alex
6f74d6e0e8 Update repositories.txt (#736) 2021-11-29 17:21:47 +00:00
Rob Tillaart
3023956b77 add float16 (#730)
* 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.
2021-11-27 18:26:20 +00:00
Bernd Giesecke
c98a37d9a4 Update repositories.txt (#728) 2021-11-26 08:33:36 +00:00
Rob Tillaart
1b406529c6 add pressure conversion library (#727)
* 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
2021-11-26 08:05:56 +00:00
Amy
1e8fe9fafd Update repositories.txt (#726) 2021-11-25 04:05:14 +00:00
Tobias King
1004eac2ec Update repositories.txt (#724) 2021-11-24 18:47:34 +00:00
per1234
713e8159f6 Merge pull request #722 from spacehuhn/patch-1
Update SimpleCLI library URL
2021-11-24 03:46:57 -08:00
Stefan Kremser
5b068756b3 Update SimpleCLI library URL
I moved the library from my personal Github account to my company's organisation.
2021-11-24 12:38:12 +01:00
Björn Muntwyler
f6e5edc39f Update repositories.txt (#719)
Add sensirion libraries 2021-11
2021-11-24 09:23:19 +00:00
Tinyu
eab8b76568 Update repositories.txt (#721) 2021-11-24 08:05:12 +00:00
per1234
993fdff09b Merge pull request #718 from per1234/handle-concurrency
Configure manager workflow to prevent parallel runs for one PR
2021-11-23 01:53:51 -08:00
per1234
d8a62fddc4 Configure manager workflow to prevent parallel runs for one PR
It was previously possible to trigger the "Manage PRs" workflow for a pull request while a previous run for that PR is
already in process.

When that happens, it can result in erroneous bot comments. For example:

1. Workflow run is automatically triggered by a push.
2. Contributor does not notice this and comments a mention of the bot to trigger the workflow.
3. The first workflow run finds the PR is compliant and merges it.
4. The second workflow run finds the PR is compliant and attempts to merge it.
5. The second workflow run fails the merge (because it is already merged) and informs the contributor that there was a
   merge conflict they must resolve.
6. The contributor is not able to resolve the non-existent conflict and is left wondering whether their submission was
   successful.

The solution is to configure the "Manage PRs" workflow so that a workflow run in progress is canceled if the workflow is
triggered again for that PR. The "concurrency group" name is the PR number, so workflow runs in progress for other PRs
would not be affected.
2021-11-22 23:46:43 -08:00
Reza (Pouya) Rostam
3adf28f51a added picovoice and porcupine packages (#717) 2021-11-22 23:46:27 +00:00
as-iotex
4df1190fea Publish IoTeX-blockchain-client library (#716) 2021-11-22 22:45:09 +00:00
Reza (Pouya) Rostam
8c239c1fa6 added Porcupine-arduino-en package from Picovoice (#715) 2021-11-22 18:49:29 +00:00
Alessandro Ranellucci
ed5d9f3a92 Add RREFont (#547) 2021-11-22 10:06:09 +00:00
Amy
d27f044525 Update repositories.txt (#714)
tuya ble mcu sdk
2021-11-22 08:01:24 +00:00
Marco Colli
71e57a3833 Adding SmartCar2 library (#707)
* Adding SmartCar2 library

* Corrected mistake

Mistake picked up by @Arduinobot

* Not having a good day!

@ArduinoBot
2021-11-21 00:01:01 +00:00
michaellee8
4e816707c9 Update repositories.txt (#706) 2021-11-20 12:36:26 +00:00
M. Bertan Tarakçıoğlu
1bfa61bf1d Update repositories.txt (#705)
Add RGBW Converter library repo link
2021-11-20 10:56:40 +00:00
per1234
d190af2675 Merge pull request #701 from boseji/main
Removing libraries
2021-11-19 20:16:39 -08:00
boseji
0edf8839c5 Removing libraries 2021-11-20 08:56:16 +05:30
Chris. B
448850c5aa ESP32 Library to interact with OVH API (#697) 2021-11-19 20:01:58 +00:00
Max
a52c6458af Add AIS 4G board library (#695)
More info: https://devicecatalog.azure.com/devices/f772e8e6-d0c4-4d08-b5fc-9e4abfe712b2
2021-11-19 16:44:33 +00:00
Rob Tillaart
7a56c663b4 add tinySHT2X (#694)
* 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
2021-11-19 14:15:37 +00:00
Nick Reynolds
f653910605 Update repositories.txt (#693) 2021-11-19 13:54:10 +00:00
Tinyu
096452903a Update repositories.txt (#692) 2021-11-19 02:58:50 +00:00
Niklas Kaaf
5adbb6e19c Update repositories.txt (#691)
Add my List Library
2021-11-18 22:34:16 +00:00
NeMaksym
795ac31b6b Update repositories.txt (#690) 2021-11-18 21:15:31 +00:00
Thorsten Godau
8aaa4eff99 Update repositories.txt (#689) 2021-11-18 19:09:59 +00:00
Dionésio Guerra
c5ec211401 Update repositories.txt (#688) 2021-11-18 18:21:50 +00:00
DCisHurt
a85adf22f0 add MatrixLaserSensor (#687) 2021-11-18 07:33:58 +00:00
Max
bf1aba2689 Add Artron_DS1338 lib (#683) 2021-11-17 15:49:01 +00:00
Arduino Get Started
45656dc518 Update repositories.txt (#682) 2021-11-17 04:36:38 +00:00
Murilo
adacc34183 Add FTTech_Swarm (#681) 2021-11-16 17:27:16 +00:00
Carlo Parata
101495335a Update repositories.txt (#680)
Please add STM32duino VL53L5CX and STM32duino X-NUCLEO-53L5A1 libraries to the Library Manager.
Best Regards,
Carlo
2021-11-16 15:02:41 +00:00
ruiseixasm
8b2d126514 Update repositories.txt (#679) 2021-11-16 13:18:04 +00:00
ohad32
83a619c641 Update repositories.txt (#678) 2021-11-16 01:05:34 +00:00
Gerald Lechner
b8cdc65374 Update repositories.txt (#677) 2021-11-15 15:22:11 +00:00
Thomas Feldmann
638221d74c Add Indicator library (#676) 2021-11-15 14:31:05 +00:00
Aidan Cyr
94c60a3c1c Add https://github.com/0neblock/Arduino_SNMP (#675) 2021-11-14 23:54:36 +00:00
Halysson Carvalho
b1bd41f762 Update repositories.txt (#673) 2021-11-14 20:54:48 +00:00
Projecto
288c2085bd Update repositories.txt (#670)
added Oscup
2021-11-14 13:01:49 +00:00
cygig
b4c9df0f82 Update repositories.txt (#671) 2021-11-14 12:54:59 +00:00
Jueff
e713cf8f73 add https://github.com/Jueff/SoftwareSerialTX (#669) 2021-11-13 13:38:46 +00:00
Asuki Kono
16426b85b8 Add asukiaaa/arduino-A89306 (#668) 2021-11-13 12:59:27 +00:00
Tran Minh Hung
f6fa04ea64 Update repositories.txt (#667) 2021-11-13 08:48:52 +00:00