cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

Consolidate in one library or split to multiple repositories? #118

Open alranel opened 2 years ago

alranel commented 2 years ago

Hello :) This library is not indexed in the Arduino library registry and cannot be installed directly from within the IDE or command line. Having it indexed is a super-quick task (just submit a PR here) but this repository contains multiple libraries so it won't be accepted. You could move these libraries to separate repositories or maybe you could put all the .h and .cpp files in a single src directory so that you have a single IRLib2 library with a single library.properties?

(Thank you for developing this lib, by the way!)