Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f097004

Browse files
author
renletao
committedDec 23, 2024
PaHUB_TCA9548A dependency update
1 parent 98cee50 commit f097004

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎examples/Unit/PaHUB_TCA9548A/PaHUB_TCA9548A.ino

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
* SPDX-License-Identifier: MIT
66
*
77
* @Dependent Library:
8-
* M5Stack: https://github.com/m5stack/M5Stack
8+
* M5GFX@^0.2.3: https://github.com/m5stack/M5GFX
9+
* M5Unified@^0.2.2: https://github.com/m5stack/M5Unified
910
* ClosedCube_I2C_Arduino: https://github.com/HariMurti12/ClosedCube_I2C_Arduino
1011
* ClosedCube_TCA9548A_Arduino: https://github.com/blacksn0w13/ClosedCube_TCA9548A_Arduino
1112
*/
1213

13-
#include <M5Stack.h>
14-
14+
#include <M5Unified.h>
15+
#include <Wire.h>
1516
#include "ClosedCube_TCA9548A.h"
1617

1718
#define FRONT (2)

0 commit comments

Comments
 (0)
Failed to load comments.