File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,11 @@ The following extensions are supported:
3535- .cpp - C++ files.
3636- .c - C Files.
3737- .S - Assembly language files.
38- - .h - Header files.
39- - .tpp, .ipp - Header files (available from Arduino CLI 0.19.0).
38+ - .h, .hpp, .hh [ <sup >1</sup >] ( #hpp-hh-note ) - Header files.
39+ - .tpp, .ipp [ <sup >2</sup >] ( #tpp-ipp-note ) - Header files.
40+
41+ <a id =" hpp-hh-note " ></a > <sup >1</sup > ` .hpp ` and ` .hh ` supported from Arduino IDE 1.8.0/arduino-builder 1.3.22. <br />
42+ <a id =" tpp-ipp-note " ></a > <sup >2</sup > Supported from Arduino CLI 0.19.0.
4043
4144For information about how each of these files and other parts of the sketch are used during compilation, see the
4245[ Sketch build process documentation] ( sketch-build-process.md ) .
You can’t perform that action at this time.
0 commit comments