danny-source / Arduino_DY_IRDaikin

Arduino control Daikin AC
69 stars 35 forks source link

Remove the Arduino_ prefix in library name #14

Closed alranel closed 1 year ago

alranel commented 1 year ago

Hi :) I'm a big fan of this library which I'm using in a personal setup in conjunction with Arduino Cloud.

I would like to be able to install it from the Arduino IDE, command line tool or web editor but unfortunately it can't be indexed in the Arduino library registry because the name does not comply with the Library Specification rules. In particular, the Arduino_ prefix is reserved for official Arduino libs.

This PR renames the library so that its name does not include the Arduino_ prefix. There's no need to rename the repository.