a13d87cfc0
Update repositories.txt ( #5028 )
2024-08-24 21:15:58 +00:00
32176633b7
Request to add a library ( #5024 )
...
This library can be used to obtain the data and data fusion of MPU6050 and QMC5883L. The manufacturers of MPU6050 and QMC5883L rarely update them, which leads to the fact that many Arduino library authors no longer maintain them. However, MPU6050 and QMC5883L are still the sensors that people often come into contact with on the way of learning. In Arduino libraries, I have seen few libraries that integrate the two well. Some libraries are well written, but it is difficult for beginners to use them. So I wrote a simple to use library, in the code file also wrote more comments, easy to use and learn.
Co-authored-by: per1234 <accounts@perglass.com >
2024-08-24 08:28:53 +00:00
600c29e39b
Update repositories.txt
...
The two libraries were removed intentionally.
Due to IFTTT moving the Webhook applet to their Pro version, which significantly reduces the user base and makes testing and updates challenging, these libraries are no longer maintained.
2024-08-23 15:01:13 -04:00
98786d7776
Merge branch 'arduino:main' into main
2024-08-23 14:58:50 -04:00
e4ff5fe2aa
Added DCS-Skunkworks/dcs-bios-arduino-library ( #5021 )
2024-08-23 16:23:37 +00:00
c62288bf0a
Update repositories.txt for new URI of CodeDebugScope Library
2024-08-23 20:39:52 +05:30
00c3ed6f7d
Update repositories.txt
2024-08-23 19:55:39 +09:00
1e453307cf
Update repositories.txt ( #5016 )
2024-08-23 10:54:11 +00:00
8b6c634207
Update repositories.txt ( #5011 )
2024-08-23 10:18:25 +00:00
627dddb1fc
Update repositories.txt ( #5010 )
2024-08-23 08:55:04 +00:00
c41cc6f13b
Update repositories.txt ( #5006 )
2024-08-23 08:10:44 +00:00
c514e54afb
Update repositories.txt
...
The two deleted libraries have been removed intentionally. They have now been combined into this better version of the library that is more reliable and supports more devices: https://github.com/Rupakpoddar/FirebaseArduino
All three libraries created and managed by the same developer (me).
2024-08-22 16:51:37 -04:00
bd9c988205
Update repositories.txt ( #5003 )
2024-08-22 20:38:10 +00:00
b7f96256f8
Update repositories.txt
...
Remove personal librairies
2024-08-22 13:45:32 +02:00
86ae0f5808
Update repositories.txt ( #4999 )
2024-08-22 01:44:39 +00:00
f37d276678
Update repositories.txt ( #4997 )
2024-08-21 19:08:29 +00:00
7233df38bf
Add Arduino_LowPowerPortentaC33 library ( #4996 )
2024-08-21 15:32:39 +00:00
659e278d6f
added I2C Slave ( #4995 )
2024-08-21 01:26:22 +00:00
b2ba771ded
Add BluetoothTerminal library ( #4994 )
...
* Update repositories.txt
* Update repositories.txt
2024-08-19 03:52:40 +00:00
b4bfc80a3f
Update repositories.txt ( #4993 )
...
* Update repositories.txt
added semilimes to the library manager
* Update repositories.txt
* Update repositories.txt
* Update repositories.txt
2024-08-17 22:37:48 +00:00
79bca6fc41
Update repositories.txt ( #4992 )
2024-08-16 17:17:13 +00:00
e612200649
R4A_ESP32: Add Robots-For-All ESP32 support library ( #4990 )
2024-08-16 00:52:25 +00:00
b665538b1c
Adding avandalen/avdweb_CodeDebugScope ( #4986 )
2024-08-15 14:37:22 +00:00
787c67f130
Add AD7747 ( #4985 )
...
Library for Analog devices AD7747 family Capacitive sensing.
2024-08-14 21:34:59 +00:00
14976af88e
Update repositories.txt ( #4984 )
2024-08-14 15:20:25 +00:00
8cef607955
Update repositories.txt ( #4983 )
2024-08-14 09:20:57 +00:00
b438d6d6fb
Update repositories.txt ( #4982 )
...
Added https://github.com/sierramike/HomeAssistantMQTT
2024-08-14 00:41:42 +00:00
4a60586601
Add SEA ESP32 boot lib ( #4981 )
2024-08-13 15:09:26 +00:00
ed426a9a10
add lib ( #4980 )
...
* 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
* Update repositories.txt
* Update repositories.txt
* Update repositories.txt
* Update repositories.txt
2024-08-13 12:54:54 +00:00
2c74aa6561
Merge pull request #4975 from Johboh/patch-1
...
Remove EspNowNetwork
2024-08-13 12:47:07 +02:00
ae1f3ae6ff
Merge branch 'main' into patch-1
2024-08-13 12:45:26 +02:00
2f62b70a31
Merge pull request #4979 from per1234/update-lm-ref-links
...
Update Library Manager reference links in FAQ
2024-08-13 03:38:54 -07:00
42df5ead6e
Replace broken Arduino Cloud Library Manager reference link
...
The FAQ contains an introduction to the Arduino Library Manager. This is supplemented with a list of links to references
about the Library Manager interface in each of the Arduino development tools.
The never ending churn of the Arduino IDE website structure resulted in the breakage of the link to the Arduino Cloud
reference. It is hereby updated to point to the replacement page.
2024-08-13 03:26:24 -07:00
97047b186f
Add Arduino IDE 2.x Library Manager reference to links in FAQ
2024-08-13 03:25:13 -07:00
e791442dca
Remove EspNowNetwork
...
- EspNowNetwork used to be a "fat" library, which was built and published as individual libraries to ESP IDF component registry and Platform IO registry using github actions. This, however, is not compatible with Arduino library registry, as each github repo need to be its own library. The EspNowNetwork has now been replaced with four individual repositories instead:
- https://github.com/Johboh/EspNowNetworkHost
- https://github.com/Johboh/EspNowNetworkHostDriver
- https://github.com/Johboh/EspNowNetworkNode
- https://github.com/Johboh/EspNowNetworkShared
All of which are already registered in this registry.
2024-08-12 16:21:29 +02:00
eba40bc1ed
Update repositories.txt ( #4974 )
2024-08-12 06:27:13 +00:00
f3b658bbaf
Update repositories.txt ( #4973 )
2024-08-12 05:43:49 +00:00
ec9eca597c
Update repositories.txt ( #4972 )
2024-08-11 19:50:37 +00:00
845c902b84
Update repositories.txt ( #4971 )
2024-08-11 11:56:53 +00:00
94ec3e9db6
Update repositories.txt ( #4970 )
2024-08-11 09:18:27 +00:00
43d3994681
add lib ( #4969 )
...
* 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
* Update repositories.txt
* Update repositories.txt
* Update repositories.txt
2024-08-10 23:42:02 +00:00
6d6cf42399
Add thirstyice/TinyDMXSerial ( #4968 )
...
DMXSerial with a revised interface
2024-08-10 02:32:53 +00:00
4474c8268e
add AvrFHT library ( #4967 )
2024-08-09 21:11:30 +00:00
f5e8320a2f
Update repositories.txt ( #4966 )
2024-08-09 19:13:43 +00:00
263ef216d7
Add FM25060 to forked arduino library-registry ( #4965 )
2024-08-09 18:46:51 +00:00
a7d5476f1b
Update repositories.txt ( #4964 )
...
https://github.com/ams-OSRAM-Group/OSP_aocmd
2024-08-09 16:26:57 +00:00
0f554cbb5d
Update repositories.txt ( #4963 )
2024-08-09 15:24:52 +00:00
61392feec4
Update repositories.txt ( #4961 )
2024-08-09 14:43:41 +00:00
7a9cf24df0
Update repositories.txt ( #4962 )
...
Added a library to calculate partial least squares for prediction based on a set of features.
2024-08-09 14:43:32 +00:00
e7ee664d74
Update repositories.txt ( #4960 )
2024-08-08 21:51:08 +00:00