Bodmer / JPEGDecoder

A JPEG decoder library
Other
227 stars 65 forks source link

Please add library.json and library.properties files to your repo #5

Closed squix78 closed 7 years ago

squix78 commented 7 years ago

Can you please add library.json and library.properties files to your repository? This allows them to be available through the library manager in the arduino IDE and the platform io lib manager.

See this documentations: http://docs.platformio.org/en/latest/librarymanager/config.html https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification

Once you have added the files the platformio and arduino ide teams need to be asked to add your repository to their scanning job...

And here two examples: https://github.com/squix78/esp8266-oled-ssd1306/blob/master/library.json https://github.com/squix78/esp8266-oled-ssd1306/blob/master/library.properties

Bodmer commented 7 years ago

OK, will do, thanks.

Bodmer commented 7 years ago

OK, I have added the files.

Thanks.

squix78 commented 7 years ago

Thanks a lot! I think for the library managers to pick up the library files you'll also have to do a release here on github...

Bodmer commented 7 years ago

OK, thanks again.