Skip to content

Commit ec60d63

Browse files
author
Luca Bianconi
committed
Merge branch 'feat/expanded-show-properties' of github.com:arduino/arduino-cli into feat/expanded-show-properties
2 parents 53a9399 + 244afeb commit ec60d63

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: docs/sketch-specification.md

+5-2
Original file line numberDiff line numberDiff 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

4144
For 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).

0 commit comments

Comments
 (0)