WiringPi / WiringPi-Node

Node.js bindings to wiringPi
333 stars 94 forks source link

Contributing to Examples #71

Open DRSDavidSoft opened 7 years ago

DRSDavidSoft commented 7 years ago

I want to fork the project and provide Example Scripts for each feature presented in the documentation and then create a pull request to add the files to the examples directory.

However, it seems that addition of new examples requires the directory structure to be more organized. My suggestion is to use the structure provided in the Arduino IDE.

image

The goal here is to provide an example code for each part of the documentation, so newbies can start writing their own code easily and quickly.

Do you have any tips on how I should proceed to this?