Skip to content

Commit 76f2068

Browse files
authored
Update bbn_m5atomS3_lite_i2c_detect.ino
1 parent 0993c1c commit 76f2068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bbn_m5atomS3_lite_i2c_detect/bbn_m5atomS3_lite_i2c_detect.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
See: https://github.com/technoblogy/i2c-detective/blob/main/I2CDetectiveClue.ino
88
99
*/
10-
11-
#include <M5Unified.h>
10+
#include <Arduino.h>
1211
#include <Wire.h>
12+
#include <M5Unified.h>
1313

1414
typedef struct {
1515
const char *name;

0 commit comments

Comments
 (0)