Library Porting Help

Contributing a library is really not that difficult when using CLI

  1. 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)
  2. place code in respective files as needed
  3. add info in library.properties file (if possible provide a GitHub repository in the repository and url properties)
  4. particle library upload from the directory where the library.properties file resides - to have a private library
  5. test your private library
  6. when done make the library public via particle library publish (also from the same place as you uploaded before)