Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎docs/sketch-specification.md‎

Lines changed: 5 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /