Skip to content

Commit a94f3c6

Browse files
dgoffredoLeonieFierz
authored andcommitted
pico example: get the pins right in the readme
1 parent 1f6e281 commit a94f3c6

File tree

1 file changed

+2
-2
lines changed
  • sample-implementations/RaspberryPi_Pico

1 file changed

+2
-2
lines changed

sample-implementations/RaspberryPi_Pico/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SCD4x on the Raspberry Pi Pico
22
==============================
33
<img alt="Pico W with an SCD41 connected" src="hardware.jpg" height="400"/>
44

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
5+
In this example, an SCD41 is connected to a Raspberry Pi Pico W on GPIO pins 12
6+
(I2C0 SDA) and 13 (I2C0 SCL). The same code will work for any variant of the
77
Pico.
88

99
The following shell session is from an Ubuntu machine that had the Pico plugged

0 commit comments

Comments
 (0)