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

4797 Commits

Author SHA1 Message Date
0e215dbfca Update library-registry (#1223)
Add KIM Arduino Library :
 
https://github.com/Kineis/KIM_Arduino_Library
2022-03-22 15:05:13 +00:00
17fed08a86 Update repositories.txt (#1222) 2022-03-22 14:50:05 +00:00
bbc80bbc47 Add hideakitai/MaxMtrParser (#1220) 2022-03-22 09:29:59 +00:00
11e262254e Update repositories.txt (#1219) 2022-03-22 02:17:20 +00:00
91f1424dfd Add AsyncDNSServer_Teensy41 Library (#1218)
### Releases v1.1.1

1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet**
2. Bump up version to v1.1.1 to sync with [AsyncDNSServer_STM32](https://github.com/khoih-prog/AsyncDNSServer_STM32) v1.1.1
2022-03-21 21:05:06 +00:00
fe3563ca95 Update repositories.txt (#1217) 2022-03-21 17:15:42 +00:00
b164b5cd90 Add patricklaf/SNMP (#1215)
Simple Network Managment Protocol library for Arduino
2022-03-21 15:49:14 +00:00
4aa1f0c828 Update repositories.txt (#1213)
Added Nexgen AHRS library
2022-03-21 00:57:35 +00:00
cffe923433 adding of STM32mcp4151 (#1212)
Simple library for stm32 arch with small foot-print for driving mcp 4xxx series microchip digital pots.
2022-03-20 22:10:09 +00:00
f2c335e205 Add PyArduinoDebug to repositories.txt (#1211)
Add PyArduinoDebug library @ https://github.com/kimballa/PyArduinoDebug
2022-03-20 21:11:15 +00:00
eb727964e8 Update repositories.txt (#1209) 2022-03-20 17:32:34 +00:00
c0a0e2c0da Update repositories.txt (#1207) 2022-03-19 20:18:41 +00:00
28e79a0053 Update repositories.txt (#1206) 2022-03-19 19:52:04 +00:00
Jan
7b9e889e2c Update repositories.txt (#1205) 2022-03-19 15:27:13 +00:00
9de2875be9 Add AsyncUDP_Teensy41 Library (#1204)
### Releases v1.2.1

1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet**
2. Bump up version to v1.2.1 to sync with [AsyncUDP_STM32](https://github.com/khoih-prog/AsyncUDP_STM32) v1.2.1
2022-03-19 07:04:47 +00:00
0feb545344 Update repositories.txt (#1203) 2022-03-18 23:44:21 +00:00
dc83ebb9de Add AsyncWebServer_Teensy41 Library (#1202)
### Releases v1.4.1

1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet**
2. Bump up version to v1.4.1 to sync with [AsyncWebServer_STM32](https://github.com/khoih-prog/AsyncWebServer_STM32) v1.4.1
2022-03-18 16:45:49 +00:00
5d07af0b32 Update repositories.txt (#1201)
Please add "STM32duino VL53L4CX" and "STM32duino X-NUCLEO-53L4A2" libraries to the Library Manager.
Thanks in advance,
Carlo
2022-03-18 14:31:42 +00:00
07b5209b74 Update repositories.txt, add EEPROM_SPI_WE (#1200)
Please add my library https://github.com/wollewald/EEPROM_SPI_WE
2022-03-18 13:44:00 +00:00
c2b59791ec Add Teensy41_AsyncTCP Library (#1198)
### Initial Releases v1.0.0

1. Initial porting and coding to support **Teensy 4.1 using QNEthernet Library**
2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to avoid `multiple-definitions` linker error
2022-03-18 01:42:11 +00:00
8c0cfd664f Update repositories.txt (#1196) 2022-03-18 00:21:04 +00:00
83a8e09a20 Update repositories.txt (#1195)
Add the "RoboCore - SMW-SX1262M0" library.
2022-03-17 18:59:12 +00:00
ba74aab9c2 Added ACAN_STM32 CAN library for STM32 (#1194) 2022-03-17 11:02:44 +00:00
bdca238293 Add hideakitai/PCA95x5 (#1193) 2022-03-16 10:40:58 +00:00
4232a58743 Update repositories.txt (#1192) 2022-03-16 09:12:47 +00:00
4447112955 Update repositories.txt (#1191) 2022-03-16 08:39:50 +00:00
2d892119fd Update repositories.txt (#1190) 2022-03-16 03:08:46 +00:00
58843f4241 Merge pull request #1178 from tuxedo0801/patch-1
KONNEKTING library moved to gitlab
2022-03-15 09:38:48 +01:00
d29272cde3 Merge pull request #1185 from per1234/update-links
Improve and correct links in documentation
2022-03-14 02:56:09 -07:00
cfe1dc7e12 Update repositories.txt (#1187) 2022-03-13 05:06:36 +00:00
1f9c018f63 adding STM32ad9833 (#1186)
adding of https://github.com/gianni-carbone/STM32ad9833

Co-authored-by: per1234 <accounts@perglass.com>
2022-03-13 03:24:14 +00:00
dd55ef3d71 Configure documentation links to allow localization
github.com and wikipedia.org have different localization behaviors depending on the URL.

If a language code is specified via the URL, then that language version of the page is loaded, regardless of the language setting of the user's browser or GitHub. For example, this URL will take the user to the English version of the page even if their browser is configured for Chinese:

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github

If no language code is specified via the URL, then it redirects to the version of the page localized for the user's language preference, where available. For example, if the user has selected "Chinese" as their preferred language in their browser settings, then this URL:

https://docs.github.com/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github

redirects to:

https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github
2022-03-12 10:48:36 -08:00
1ed8d18efb Fix broken link in documentation
The Arduino Library Manager documentation was moved to a new location without setting up a redirect, which broke this
link.
2022-03-12 10:44:18 -08:00
ccfd397f0f Update repositories.txt (#1181)
Add library for Ebyte LoRa E220 devices based on LLCC68
2022-03-11 22:03:06 +00:00
8951eb95a7 Add AsyncMQTT_Generic Library (#1180)
### Initial Releases v1.0.0

1. Initial porting and coding to support **ESP32 (SSL and non-SSL) and ESP8266 (non-SSL)**
2022-03-11 20:28:07 +00:00
36f680bef9 Update repositories.txt (#1177) 2022-03-11 11:30:15 +00:00
e16d4f35d7 Update repositories.txt
library moved to gitlab
2022-03-11 12:29:27 +01:00
a4fbbaee59 Update repositories.txt (#1176) 2022-03-11 10:37:02 +00:00
9eb0f14eb5 Add DEVFULL (#1175)
DEVFULL mimics the /dev/full device of Linux, can be used for testing.
2022-03-11 09:14:09 +00:00
b98e8177b0 Merge pull request #1159 from fabianoriccardi/main
Update repositories.txt
2022-03-11 09:43:24 +01:00
808beef88d Update repositories.txt (#1174) 2022-03-10 21:11:26 +00:00
22dc7e7fd1 Update repositories.txt (#1173) 2022-03-08 16:11:50 +00:00
c2cb9f07db Adding STM32encoder library (#1172) 2022-03-08 16:10:43 +00:00
2c196722ce library to support application development using mcp23008 i/o expander (#1168)
* Update repositories.txt

* Update repositories.txt

* Update repositories.txt
2022-03-08 14:59:52 +00:00
daa93ec3c3 Add new libraries for RAKwireless WisBlock modules (#1167)
* Update repositories.txt

* Update repositories.txt

* Add new RAKWireless libraries

* Add new libraries for RAKwireless WisBlock modules
2022-03-08 07:52:30 +00:00
7281d24e10 Update repositories.txt (#1166) 2022-03-08 05:18:27 +00:00
fb17fe3603 Update repositories.txt (#1164) 2022-03-07 20:38:05 +00:00
7299e1a6e1 Update repositories.txt (#1162) 2022-03-07 14:21:47 +00:00
Sam
2ce4c98d5c Update repositories.txt (#1161) 2022-03-07 13:44:49 +00:00
85e7070b8d Update repositories.txt (#1156) 2022-03-07 12:24:44 +00:00