Skip to content

Commit 89f4d7c

Browse files
authored
Add includes_c docs (#5505)
1 parent ff07c8e commit 89f4d7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/components/esphome.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Advanced options:
5656
The paths in this list are relative to the directory where the YAML configuration file is located or `<...>` includes.
5757
See [`includes`](#esphome-includes).
5858

59+
- **includes_c** (*Optional*, list of files): The same as `includes` but for files that require C linkage. All includes
60+
will be wrapped in `extern "C" {}`. See [`includes`](#esphome-includes).
61+
5962
- **libraries** (*Optional*, list of libraries): A list of libraries to include in the project. See
6063
[`libraries`](#esphome-libraries).
6164

0 commit comments

Comments
 (0)