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 1f6e281 commit a94f3c6Copy full SHA for a94f3c6
sample-implementations/RaspberryPi_Pico/README.md
@@ -2,8 +2,8 @@ SCD4x on the Raspberry Pi Pico
2
==============================
3
<img alt="Pico W with an SCD41 connected" src="hardware.jpg" height="400"/>
4
5
-In this example, an SCD41 is connected to a Raspberry Pi Pico W on GPIO pins 16
6
-(I2C0 SDA) and 17 (I2C0 SCL). The same code will work for any variant of the
+In this example, an SCD41 is connected to a Raspberry Pi Pico W on GPIO pins 12
+(I2C0 SDA) and 13 (I2C0 SCL). The same code will work for any variant of the
7
Pico.
8
9
The following shell session is from an Ubuntu machine that had the Pico plugged
0 commit comments