Why are .h files not included with the .ino program on the instuctables site? There must be site where the .h files are kept.
Tnx Gary
Why are .h files not included with the .ino program on the instuctables site? There must be site where the .h files are kept.
Tnx Gary
Why don't you ask the people who wrote the Instructables?
some .h files are standard, probably the ones you're interested in come with libraries and are used by the arduino build tools to locate the code associated with the library.
on the Arduino IDE look at Sketch->Include Library
Arduino has a short-read document describing what, why, where and how of library files...
The web sites that you reference are usually old, and use outdated library files. When following an online project, check for the library being used, then proceed with the project. If no library reference, move to the next project.
[edit] Adding this page of thousands of Arduino libraries...
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.