We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a9399 + 244afeb commit ec60d63Copy full SHA for ec60d63
docs/sketch-specification.md
@@ -35,8 +35,11 @@ The following extensions are supported:
35
- .cpp - C++ files.
36
- .c - C Files.
37
- .S - Assembly language files.
38
-- .h - Header files.
39
-- .tpp, .ipp - Header files (available from Arduino CLI 0.19.0).
+- .h, .hpp, .hh [<sup>1</sup>](#hpp-hh-note) - Header files.
+- .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.
43
44
For information about how each of these files and other parts of the sketch are used during compilation, see the
45
[Sketch build process documentation](sketch-build-process.md).
0 commit comments