Skip to content

Commit

Permalink
PaHUB_TCA9548A dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
renletao committed Dec 23, 2024
1 parent 98cee50 commit f097004
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/Unit/PaHUB_TCA9548A/PaHUB_TCA9548A.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
* SPDX-License-Identifier: MIT
*
* @Dependent Library:
* M5Stack: https://github.com/m5stack/M5Stack
* M5GFX@^0.2.3: https://github.com/m5stack/M5GFX
* M5Unified@^0.2.2: https://github.com/m5stack/M5Unified
* ClosedCube_I2C_Arduino: https://github.com/HariMurti12/ClosedCube_I2C_Arduino
* ClosedCube_TCA9548A_Arduino: https://github.com/blacksn0w13/ClosedCube_TCA9548A_Arduino
*/

#include <M5Stack.h>

#include <M5Unified.h>
#include <Wire.h>
#include "ClosedCube_TCA9548A.h"

#define FRONT (2)
Expand Down

0 comments on commit f097004

Please sign in to comment.