1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-13 11:21:47 +03:00
Commit Graph

4616 Commits

Author SHA1 Message Date
f0d0cf2f5f Update repositories.txt (#2310) 2022-12-27 20:42:46 +00:00
9ca33e073b Update repositories.txt (#2309) 2022-12-27 09:51:36 +00:00
c9abbcb1da Update repositories.txt (#2308) 2022-12-26 20:42:14 +00:00
f923e8a345 Add library (#2307)
Added ServoMotor library at: https://github.com/RCmags/ServoMotor
2022-12-26 16:27:33 +00:00
2878e0282c Arduino Escornabot library to repositories.txt (#2306) 2022-12-25 17:47:34 +00:00
4be63d4834 Add pulseInput library (#2305)
Add pulseInput library found at this repo: https://github.com/RCmags/pulseInput
2022-12-24 22:31:41 +00:00
f6d9463798 Add fast_math library (#2304)
* Add DMM library

Arduino library to implement a digital multimeter

* Add fast_math

Arduino library with optimized math routines.
2022-12-24 11:13:36 +00:00
7dd93b830c Update repositories.txt (#2302) 2022-12-24 04:01:23 +00:00
7ad2a0cab4 Update repositories.txt (#2300) 2022-12-23 13:01:34 +00:00
5956db76e5 Update repositories.txt (#2297) 2022-12-23 11:02:24 +00:00
41f7b81d33 add plageoj/request-builder (#2299) 2022-12-23 10:10:32 +00:00
5616c21a70 Update repositories.txt (#2298) 2022-12-23 02:06:22 +00:00
3dff33ce47 Merge pull request #2224 from reefwing/patch-2
Update repositories.txt
2022-12-22 12:11:08 +01:00
b14acb8fe6 Merge pull request #2255 from dvarrel/main
change library name
2022-12-22 11:53:34 +01:00
c67907f749 Merge pull request #2271 from leresteux/patch-5
Update repositories.txt
2022-12-22 11:38:08 +01:00
2e534a120c Add DMM library (#2288)
Arduino library to implement a digital multimeter
2022-12-21 20:15:23 +00:00
9c6f5e04bc Add 7 new RAK wisblock module library (#2287)
* Synced with org and added new library

* Add Autumn Launch Module libraries

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

Co-authored-by: beegee-tokyo <bernd@giesecke.tk>
Co-authored-by: Bernd Giesecke <bernd.giesecke@gmail.com>
2022-12-20 02:49:58 +00:00
8f3587f761 Add kimballa/uiwidgets (#2285) 2022-12-19 23:23:26 +00:00
a1a459f14f Add kimballa/tiny-collections (#2283) 2022-12-19 10:08:52 +00:00
49530871f5 Update repositories.txt (#2282) 2022-12-19 09:18:49 +00:00
4fd6b03c9f Merge branch 'arduino:main' into main 2022-12-19 10:14:47 +01:00
340d962639 Update repositories.txt (#2281) 2022-12-19 07:06:23 +00:00
98bf2c631b Add AsyncDNSServer_ESP32_Ethernet library (#2280)
### Initial Releases v1.0.0

1. Initial coding to support `ESP32/S2/S3/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`
2022-12-19 04:09:48 +00:00
5286122dc1 Add AsyncUDP_ESP32_SC_Ethernet library (#2279)
### Initial Releases v2.0.0

1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S3 boards using `LwIP W5500 or ENC28J60 Ethernet`
2. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP)
2022-12-19 00:56:33 +00:00
4953463cc4 Add AsyncUDP_ESP32_SC_ENC library (#2278)
### Initial Releases v2.0.0

1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to `ESP32_S3` boards using `LwIP ENC28J60` Ethernet
2. Add more examples.
3. Add debugging features.
4. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP).
2022-12-18 23:17:30 +00:00
ba3908fa68 Add AsyncUDP_ESP32_SC_W5500 library (#2277)
### Initial Releases v2.0.0

1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S3 boards using `LwIP W5500 Ethernet`
2. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP)
2022-12-18 20:31:15 +00:00
9d4bd43d18 add osap-arduino to library-repository (#2276) 2022-12-18 20:30:18 +00:00
81d7473804 Update repositories.txt (#2275) 2022-12-18 20:23:28 +00:00
c44c5e3d3c Update repositories.txt (#2274)
Add Rdebug
2022-12-18 19:13:28 +00:00
709bb40aa7 Update repositories.txt 2022-12-18 12:57:32 +01:00
9713aa24f5 Update repositories.txt (#2262)
Co-authored-by: per1234 <accounts@perglass.com>
2022-12-17 10:32:58 +00:00
b60baade31 Add AsyncHTTPSRequest_ESP32_Ethernet library (#2265)
### Releases v2.4.0

1. Initial coding to port [AsyncHTTPSRequest_Generic](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic) to `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet`
2. Use `allman astyle`
3. Sync with [AsyncHTTPSRequest_Generic v2.4.0](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic)
2022-12-17 08:12:06 +00:00
52ae9a4414 Add AsyncMQTT_ESP32 library (#2264)
### Releases v1.8.0

1. Initial coding to port [AsyncMQTT_Generic](https://github.com/khoih-prog/AsyncMQTT_Generic) to `ESP32/S2/S3/C3` boards using WiFi or `LwIP W5500 / ENC28J60 / LAN8720 Ethernet`
2. Use `allman astyle`
3. Sync with [AsyncMQTT_Generic v1.8.0](https://github.com/khoih-prog/AsyncMQTT_Generic)
2022-12-17 08:07:06 +00:00
c45c9d3585 Add AsyncHTTPRequest_ESP32_Ethernet Library (#2261)
### Releases v1.12.0

1. Initial coding to port [AsyncHTTPRequest_Generic](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) to `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet`
2. Use `allman astyle`
3. Sync with [AsyncHTTPRequest_Generic v1.12.0](https://github.com/khoih-prog/AsyncHTTPRequest_Generic)
2022-12-17 03:54:46 +00:00
f1b5107930 Update repositories.txt (#2259) 2022-12-16 22:08:40 +00:00
b622064c4f Update repositories.txt (#2257) 2022-12-16 15:28:15 +00:00
ee36cca0a5 Update repositories.txt 2022-12-16 13:28:31 +01:00
6225707f7b Merge branch 'arduino:main' into main 2022-12-16 12:53:50 +01:00
3be3b6bf91 Add Arduino_HS300x Library (#2253) 2022-12-16 10:59:14 +00:00
3bd5b48d1e Update repositories.txt (#2252) 2022-12-16 09:13:26 +00:00
928d7edcaa Add ESP32_SC_Ethernet_Manager library (#2251)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to `ESP32_S2/S3/C3` boards using `LwIP W5500 / ENC28J60 Ethernet`
2. Use `allman astyle`
2022-12-16 07:12:44 +00:00
14b6a61aeb Add ESP32_SC_ENC_Manager library (#2250)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to `ESP32_S2/S3/C3` boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-16 05:14:53 +00:00
070b8a3652 Add ESP32_SC_W5500_Manager library (#2249)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32_S3 boards using `LwIP W5500 Ethernet`.
2. Use `allman astyle`
2022-12-16 03:53:22 +00:00
3d6cfd0107 Add AsyncWebServer_ESP32_SC_ENC library (#2248)
#### Releases v1.6.3

1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to `ESP32_S3` boards using `LwIP ENC28J60 Ethernet`.
2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_ENC v1.6.3](https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC)
3. Use `allman astyle`
2022-12-16 00:59:07 +00:00
09a28147d8 Add AsyncWebServer_ESP32_SC_W5500 library (#2247)
#### Releases v1.6.3

1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32_S3 boards using `LwIP W5500 Ethernet`.
2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_W5500 v1.6.3](https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500).
3. Use `allman astyle`
2022-12-15 20:35:40 +00:00
bc9db07c97 Add the unPhone library (#2246)
Add an unPhone support library from https://gitlab.com/hamishcunningham/unPhoneLibrary
2022-12-15 17:19:48 +00:00
277c98b56d Add kimballa/button-debounce (#2245)
Add 'debounce' library in github.com/kimballa/button-debounce.git.
2022-12-15 09:11:36 +00:00
ceb17abb54 Add AsyncESP32_SC_Ethernet_Manager Library (#2244)
#### Releases v1.0.1

1. Fix typo

#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP W5500 / ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-15 03:46:53 +00:00
086b5ecc83 Add AsyncESP32_SC_ENC_Manager Library (#2243)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-15 02:01:28 +00:00
0375a73873 Update repositories.txt (#2242) 2022-12-15 01:20:00 +00:00