MCP_CAN_lib
MCP_CAN_lib copied to clipboard
Add library.properties to release for Arduino IDE
Thank you for sharing useful project. How about to release this library for library manager of Arduino IDE? To do that, the following steps are required.
- Add
library.propertiesto repository by referencing specification of library. - Release or add tag to repository with version of the library.(for example
1.0.0) - Ask member of Arduino IDE on issue thread.
After releasing, you can update the library by the following steps.
- Update version on
library.properties - Release or add tag by version. (If you create release or tag, server automatically detect updating.)
I'm happy if this library can be installed by library manager of Arduino IDE.
Thank you.