arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.12k stars 7k forks source link

[Library Manager] Please add *LSS_Library_Arduino* to the Library Manager #9181

Closed rbscharette closed 5 years ago

rbscharette commented 5 years ago

Hi,

I open this issue to have the LSS_Library_Arduino added to the Library Manager. As far as I can tell it should be up to par with requirements for libraries 1.5 (rev 2.1).

The library can be found here: https://github.com/Lynxmotion/LSS_Library_Arduino with releases (tags) here: https://github.com/Lynxmotion/LSS_Library_Arduino/releases

Please let me know if there is anything else I need to do.

Sincerely,

per1234 commented 5 years ago

Hi. The name value in your library.properties file does not meet the requirements of the Arduino Library Specification: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format

name - the name of the library. Library names must contain only basic letters (A-Z or a-z) and numbers (0-9), spaces ( ), underscores (_), dots (.) and dashes (-). It cannot start or end with a space, and also it cannot start with a number.

Please change to a name that doesn't contain any disallowed characters and then either create a new release or else redo the existing release.

Once that's done, please comment here so we'll know we can proceed.

rbscharette commented 5 years ago

Oh my. I totally missed the most obvious, huh? Name was updated to "Lynxmotion Smart Servo -LSS-".

Please let me know if there is anything else and thank you for your assistance!

cmaglie commented 5 years ago

done, sorry for the long delay.