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

2400 Commits

Author SHA1 Message Date
David Such
7486ca1648 Update repositories.txt (#2227) 2022-12-14 00:06:07 +00:00
David Such
e060be4338 Update repositories.txt (#2226) 2022-12-13 23:21:57 +00:00
dam74
3a506e7c24 Update repositories.txt (#2225) 2022-12-13 23:13:13 +00:00
David Such
3e60ddff3e Update repositories.txt
These six libraries: nexgen_motorshield, nexgen_timer, nexgen_filter, nexgen_AHRS, nexgen_MSP & nexgen_SBUS are being deleted and will be replaced with similar libraries with different branding and repositories.
2022-12-14 09:53:29 +11:00
Khoi Hoang
4febf8225f Add ESP8266_Ethernet_Manager library (#2223)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP8266 boards using `LwIP W5500 / W5100(S) / ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-13 04:49:12 +00:00
Khoi Hoang
90c5938367 Add AsyncESP8266_Ethernet_Manager library (#2222)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP8266 boards using `LwIP W5500 / W5100(S) / ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-13 03:07:35 +00:00
Khoi Hoang
4d483e8369 Add ESP32_Ethernet_Manager library (#2221)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32 boards using `LwIP W5500 / ENC28J60 Ethernet`
2. Use `allman astyle`
2022-12-13 01:02:44 +00:00
Umberto Baldi
ad812044fa Merge pull request #2219 from jaenrig-ifx/patch-6
Removed btn99x0 library
2022-12-12 18:11:02 +01:00
Umberto Baldi
e2d009d663 Merge pull request #2189 from Frederik-Eberhard/patch-4
Update repositories.txt
2022-12-12 18:04:14 +01:00
Umberto Baldi
5c6c688294 Merge branch 'main' into patch-4 2022-12-12 18:01:11 +01:00
Umberto Baldi
f9377cf723 Merge pull request #2179 from drmpf/remove_GUIdesigner
removed_pfodGUIdesigner_library
2022-12-12 17:57:30 +01:00
Umberto Baldi
35937d1c6b Merge pull request #2173 from ArduCAM/ArduCAM-patch-1
Update URL of "Arducam_Mega"
2022-12-12 17:52:57 +01:00
jaenrig-ifx
abe36aaea8 Removed btn99x0 library
The library has been  first released under the wrong repo name and thus url. The new url and library has been already added. This url no longer exist.
2022-12-12 17:27:22 +01:00
jaenrig-ifx
6a7669a7ba Added Infineon MOTIX BTN99x0 library to registry (#2218) 2022-12-12 16:24:58 +00:00
jaenrig-ifx
0b266246a8 Added arduino-btn99x0 library to registrar (#2217) 2022-12-12 15:31:49 +00:00
dlyckelid
32628c128e Update repositories.txt (#2216) 2022-12-12 13:39:42 +00:00
Dennis
191f25234b Update repositories.txt (#2215) 2022-12-12 09:19:51 +00:00
Khoi Hoang
dabfb63c1f Add AsyncESP32_Ethernet_Manager library (#2214)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32 boards using `LwIP W5500 / ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-12 05:13:07 +00:00
Khoi Hoang
f25d90b3fc Add ESP8266_ENC_Manager library (#2213)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP8266 boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-12 02:41:48 +00:00
Khoi Hoang
4dc9d0bb33 Add ESP8266_W5100_Manager library (#2212)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP8266 boards using `LwIP W5100 / W5100S Ethernet`.
2. Use `allman astyle`
2022-12-12 01:41:28 +00:00
Khoi Hoang
cfef930dc4 Add ESP8266_W5500_Manager library (#2210)
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP8266 boards using `LwIP W5500 Ethernet`.
2. Use `allman astyle`
2022-12-12 00:55:50 +00:00
Asuki Kono
3305094117 Add asukiaaa/arduino-ControllerAsI2c (#2208) 2022-12-11 16:11:47 +00:00
Khoi Hoang
ac3fbfde92 Add ESP32_ENC_Manager library (#2207)
#### Releases v1.0.0

1. Initial coding to port [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32 boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-11 06:43:05 +00:00
Khoi Hoang
5960d2b8cd Add ESP32_W5500_Manager library (#2206)
#### Releases v1.0.0

1. Initial coding to port [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32 boards using `LwIP W5500 Ethernet`.
2. Use `allman astyle`
2022-12-11 05:28:49 +00:00
Khoi Hoang
dce5464509 Add AsyncESP8266_W5100_Manager library (#2205)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP8266 boards using `LwIP W5100 / W5100S Ethernet`.
2. Use `allman astyle`
2022-12-10 23:00:18 +00:00
Georg Icking-Konert
856c676892 added LIN_master_portable_Arduino (#2204)
Added https://github.com/gicking/LIN_master_portable_Arduino
2022-12-10 12:25:07 +00:00
Khoi Hoang
b2df41dbe4 Add AsyncESP8266_ENC_Manager library (#2203)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP8266 boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-10 06:00:33 +00:00
Khoi Hoang
e3d78c0f37 Add AsyncESP8266_W5500_Manager library (#2202)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP8266 boards using `LwIP W5500 Ethernet`.
2. Use `allman astyle`
2022-12-10 04:43:33 +00:00
Marcos
2882e25d31 Update repositories.txt (#2201) 2022-12-09 10:57:24 +00:00
Khoi Hoang
d1087fbdd2 Add AsyncWT32_ETH01_Manager library (#2200)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32 boards using `LwIP LAN8720 Ethernet`, such as WT32_ETH01
2. Use `allman astyle`
2022-12-09 04:11:00 +00:00
Khoi Hoang
a7716431f5 Add AsyncESP32_ENC_Manager library (#2199)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32 boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
2022-12-09 02:28:17 +00:00
Khoi Hoang
f7ceaa8ee5 Add AsyncESP32_W5500_Manager library (#2198)
#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32 boards using `LwIP W5500 Ethernet`.
2. Use `allman astyle`
2022-12-09 00:52:03 +00:00
Dryw Wade
b42ccbcf46 Add SparkFun BMA400 and LPS28DFW libraries (#2197) 2022-12-07 20:27:02 +00:00
Rob Tillaart
2e7ecc9c29 Add AngleConvertor (#2196)
Arduino library for converting angles (degrees/radians) to less known formats.
2022-12-07 19:24:13 +00:00
Frederik Eberhard
cee19fd820 Update repositories.txt (#2195) 2022-12-07 10:23:58 +00:00
Rob Tillaart
cac8b0e089 Add MSP300 (#2193)
Arduino library for I2C MSP300 pressure transducer.
2022-12-06 18:42:51 +00:00
Jose Guerra Carmenate
855d32269c Update repositories.txt (#2191) 2022-12-06 17:02:08 +00:00
Frederik Eberhard
b04c154358 Update repositories.txt 2022-12-06 16:53:31 +01:00
Rob Tillaart
387c346c85 Add RAIN - Arduino library for a rain-sensor (#2188) 2022-12-04 18:16:39 +00:00
wicked-rainman
392915f417 Update repositories.txt (#2182) 2022-12-04 14:35:46 +00:00
Khoi Hoang
e327acc1fd Add HTTPS_Server_Generic library (#2181)
#### Releases v1.2.0

1. Initial coding to port [esp32_https_server](https://github.com/fhessel/esp32_https_server) and [ESP32_HTTPS_Server](https://github.com/khoih-prog/ESP32_HTTPS_Server) to ESP32 boards, WT32_ETH01, (ESP32 + LwIP W5500) and (ESP32 + LwIP ENC28J60) Ethernet
2. Use `allman astyle` and restyle library.
2022-12-04 10:36:19 +00:00
drmpf
d8a06edc2c removed_pfodGUIdesigner_library
This library has been superceded by the free Android app [pfodGUIdesigner](https://play.google.com/store/apps/details?id=au.com.forward.pfodGUIdesigner).  Download that app from Google play and use it instead of this code.
The pfodGUIdesigner app supports generating code for more boards and has the latest bug fixes.
The code in this library has a few bugs which will not be fixed. The code is left here for reference only.
To compile this code you need the SafeString library (V4.1.24) and the the pfodParser library V3.58.0.  The later versions of pfodParser library will not compile with this code.
2022-12-03 12:21:01 +11:00
NuclearPhoenix
c7282d51d5 Update repositories.txt (#2178) 2022-12-02 18:58:55 +00:00
Rob Tillaart
4521d76284 Add A1301 - Arduino library for A1301 A1302 magnetometer. (#2177)
* Add AD56X8 - SPI based 8 channel DAC -library

* Add A1301 - Arduino library for A1301 A1302 magnetometer.

Arduino library for A1301 A1302 magnetometer.
2022-12-02 10:32:07 +00:00
Dongeun Lee
5dd2415405 Update repositories.txt (#2175) 2022-12-02 06:58:30 +00:00
Lee
25243a6908 Update URL of "Arducam_Mega" 2022-12-02 09:19:42 +08:00
AlexLM96
b975819d43 Update repositories.txt (#2172) 2022-12-01 19:20:23 +00:00
Rob Tillaart
d376e1c64e Add AD56X8 - SPI based 8 channel DAC -library (#2171) 2022-12-01 18:42:30 +00:00
Umberto Baldi
831361bb32 Merge pull request #2092 from Josue-Dev-tech/patch-6
Update changes
2022-12-01 11:17:04 +01:00
Umberto Baldi
1bee45303d Merge branch 'main' into patch-6 2022-12-01 11:14:13 +01:00