We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c2364 commit 0868fa6Copy full SHA for 0868fa6
examples/breakout_as7343/as7343_demo.cpp
@@ -5,7 +5,7 @@
5
6
using namespace pimoroni;
7
8
-I2C i2c(6, 7);
+I2C i2c(BOARD::BREAKOUT_GARDEN);
9
AS7343 as7343(&i2c);
10
11
int main() {
0 commit comments