Header for documenting pinouts of Electron based projects in source code

Hi all,

I made a header for documenting pinouts of Electron based projects in source code. You can find it here: https://github.com/GrtVHecke/electrondoc

I hope this may save some work for a lot of people out there needing to document the pinouts of their projects.

Enjoy!

Geert

1 Like

Geert,

This is great, thank you. Can you point me to some instructions on how to include a header file in my Electron project? I would like to break out my main program a bit. With Arduino, I could simply put it in the same folder and have an #include statement but, this does not seem to work with the Particle Dev environment - at least not for me.

Thanks again,

Chip

@chipmc, please try it again because what you described is the correct way of working with header files. For some examples, just check out any of the libraries examples and you will see how to include files. If you add a file to you project just include it in the normal way #include “cheader.h”