We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cee50 commit f097004Copy full SHA for f097004
examples/Unit/PaHUB_TCA9548A/PaHUB_TCA9548A.ino
@@ -5,13 +5,14 @@
5
* SPDX-License-Identifier: MIT
6
*
7
* @Dependent Library:
8
- * M5Stack: https://github.com/m5stack/M5Stack
+ * M5GFX@^0.2.3: https://github.com/m5stack/M5GFX
9
+ * M5Unified@^0.2.2: https://github.com/m5stack/M5Unified
10
* ClosedCube_I2C_Arduino: https://github.com/HariMurti12/ClosedCube_I2C_Arduino
11
* ClosedCube_TCA9548A_Arduino: https://github.com/blacksn0w13/ClosedCube_TCA9548A_Arduino
12
*/
13
-#include <M5Stack.h>
14
-
+#include <M5Unified.h>
15
+#include <Wire.h>
16
#include "ClosedCube_TCA9548A.h"
17
18
#define FRONT (2)
0 commit comments