Contributing a library is really not that difficult when using CLI
-
particle library create
(you must choose a unique name - you cannot upload a library when the name is already taken - even by someone else’s private library) - place code in respective files as needed
- add info in
library.properties
file (if possible provide a GitHub repository in therepository
andurl
properties) -
particle library upload
from the directory where thelibrary.properties
file resides - to have a private library - test your private library
- when done make the library public via
particle library publish
(also from the same place as you uploaded before)