I have written an ISR based timer library for Arduino Uno and I would like to share it on website and get reviewed.
But i am stuck on how to post it to playground.
I have written an ISR based timer library for Arduino Uno and I would like to share it on website and get reviewed. But i am stuck on how to post it to playground. |
|||
|
The Arduino Playground library list is a wiki page (like everything on the playground). That means anyone can log in to edit it and add links to their own libraries. The "Log In" and "Sign Up" links are at the top right of the Arduino site. There are a couple of important things to note though. Firstly, the Playground library list isn't there for getting your work reviewed. It's a place to post things which are functional and ready to be used by other people. If you need someone to help with your project then you can maybe post on the Arduino forums. Alternatively, if you have specific questions, you can post here on Arduino SE. If you're ready to post your library online, you also have to be aware that the Playground itself won't host your code. You can put a link there and maybe some documentation. However, you'll need to host your code somewhere else, such as Github. |
|||
|