From 47afcdedfc4eb02d89a786e16b0d8c41b1032883 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Thu, 1 Jul 2021 10:17:57 +0200 Subject: [PATCH] [skip changelog] Add missing file extensions to Sketch specifications docs --- docs/sketch-specification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sketch-specification.md b/docs/sketch-specification.md index 8976120c368..a852746cf49 100644 --- a/docs/sketch-specification.md +++ b/docs/sketch-specification.md @@ -36,6 +36,7 @@ The following extensions are supported: - .c - C Files. - .S - Assembly language files. - .h - Header files. +- .tpp, .ipp - Header files (available from Arduino CLI 0.19.0). For information about how each of these files and other parts of the sketch are used during compilation, see the [Sketch build process documentation](sketch-build-process.md).