Convention is that every *.cpp references, in this order: 1) Any required core librries 2) Its own *.h (i.e. Foo.cpp -> Foo.h) 3) All other *.h files needed by the cpp, UNLESS those *.h files are already in its own *.h file. Must include all *.h files that are not in its own *.h file even if it is others that are referenced. |
||
|---|---|---|
| examples | ||
| src | ||
| .development | ||
| .gitattributes | ||
| README.md | ||
| library.properties | ||
README.md
HomeSpan
HomeKit for the Arduino-ESP32