Skip to content

Commit 0868fa6

Browse files
committed
AS7343: correct I2C pins
1 parent a8c2364 commit 0868fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/breakout_as7343/as7343_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
using namespace pimoroni;
77

8-
I2C i2c(6, 7);
8+
I2C i2c(BOARD::BREAKOUT_GARDEN);
99
AS7343 as7343(&i2c);
1010

1111
int main() {

0 commit comments

Comments
 (0)