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:
35
35
- .cpp - C++ files.
36
36
- .c - C Files.
37
37
- .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.
40
43
41
44
For information about how each of these files and other parts of the sketch are used during compilation, see the
42
45
[ Sketch build process documentation] ( sketch-build-process.md ) .
You can’t perform that action at this time.
0 commit comments