-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Added vovagorodok arduino libraries #4229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArrayUtils:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/PicChess:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArduinoPin:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArduinoBleOTA:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArduinoBleChess:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/Servo:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArduinoStreamLogger:
|
Thanks for your interest in contributing to the Arduino Library Manager index @vovagorodok After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
@per1234 ArduinoIDE does't support adding of libraries with same name but other authors like:
? It will be supported in ArduinoIDE 2? |
Hello @vovagorodok. Every library must have a unique name. Please do this:
After that, the automated checks will run again. Once those are passing, your libraries will automatically be added to Library Manager. If you have any questions or concerns, please let me know. Regards, Per |
As I correctly understand, PlatformIO use |
That is correct. The Arduino Library Manager and official Arduino development tools do not use
I think the use of the
This doesn't impact the eligibility for inclusion in Arduino Library Manager. The requirement for the user to modifying the platform in order to use the library does make it less accessible (some Arduino users will find it very difficult to accomplish this) and inconvenient to use the library, but we don't base Library Manager acceptance on such subjective usability considerations. |
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/Servo:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArrayUtils:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArduinoPin:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArduinoBleOTA:
|
❌ ERROR: Arduino Lint found errors with https://github.com/vovagorodok/ArduinoStreamLogger:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/PicChess:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/ArduinoBleChess:
|
Thanks for your interest in contributing to the Arduino Library Manager index @vovagorodok After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
Hello! I'm checking your submission again. |
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/ArduinoStreamLogger:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/PicChess:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/Servo:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/ArduinoPin:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/ArrayUtils:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/ArduinoBleChess:
|
Arduino Lint has suggestions for possible improvements to https://github.com/vovagorodok/ArduinoBleOTA:
|
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
Added:
ArduinoBleChess
- play chess over bluetooth with couple apps (WhitePawn/chess.com/lichess) by universal chess protocolArduinoBleOTA
- upload/update your project over bluetooth (currently support esp32, atmel sam and more)ArduinoPin
- analog/digital pin classes. Require c++14ArduinoStreamLogger
- add stream based logging system to your project. Require c++17ArrayUtils
- fast array based map and more. Require c++14PicChess
- basic chess engineServo
- servo library that support position changing speed in order to decrees pic current