Skip to content

Commit

Permalink
test(as7262): fix typo in i2c init
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTrunix committed Aug 26, 2023
1 parent 1df68f7 commit e37293c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/as7262/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var (
i2c = machine.I2CO
i2c = machine.I2C0
sensor = as7262.New(i2c)
)

Expand Down

0 comments on commit e37293c

Please sign in to comment.