bremme / arduino-tm1637

Arduino library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC
GNU General Public License v2.0
164 stars 62 forks source link

Publish to PlatformIO #31

Closed 6wheels closed 5 years ago

6wheels commented 5 years ago

Hi,

I use PlatformIO with VSCode to easily build and manage my projects. It would be great if you could publish your lib to it as well. I see that your project already has a library.json file, so it should be straight forward. Here is a link to the platformio docs for publishing: https://docs.platformio.org/en/latest/librarymanager/creating.html

Thanks.

per1234 commented 5 years ago

This library has a library.properties file, not library.json. But that's fine because PlatformIO also supports library.properties as a library manifest.

vazquezjm commented 5 years ago

Done! AwesomeScreenshot-2019-07-22-2024-2019-07-22-20-07-61

6wheels commented 5 years ago

Great! Thanks!