File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ /*
3
+ * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
4
+ *
5
+ * SPDX-License-Identifier: Apache-2.0
6
+ */
7
+
8
+ /**
9
+ * This file is just to keep the compatibility with the old version of the library. Please use the file `chip/esp_expander_base.hpp` instead.
10
+ */
11
+
12
+ #pragma once
13
+
14
+ #warning "This file is deprecated. Please use the file `chip/esp_expander_base.hpp` instead."
15
+
16
+ #include "chip/esp_expander_base.hpp"
Original file line number Diff line number Diff line change
1
+
2
+ /*
3
+ * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
4
+ *
5
+ * SPDX-License-Identifier: Apache-2.0
6
+ */
7
+
8
+ /**
9
+ * This file is just to keep the compatibility with the old version of the library. Please use the file `port/esp_io_expander.h` instead.
10
+ */
11
+
12
+ #pragma once
13
+
14
+ #warning "This file is deprecated. Please use the file `port/esp_io_expander.h` instead."
15
+
16
+ #include "port/esp_io_expander.h"
You can’t perform that action at this time.
0 commit comments