We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f93bbc commit 8f68cefCopy full SHA for 8f68cef
i2c/mpu6050_i2c/mpu6050_i2c.c
@@ -24,8 +24,8 @@
24
25
Connections on Raspberry Pi Pico board, other boards may vary.
26
27
- GPIO PICO_DEFAULT_I2C_SDA_PIN (On Pico this is 4 (pin 6)) -> SDA on MPU6050 board
28
- GPIO PICO_DEFAULT_I2C_SCK_PIN (On Pico this is 5 (pin 7)) -> SCL on MPU6050 board
+ GPIO PICO_DEFAULT_I2C_SDA_PIN (On Pico this is GP4 (pin 6)) -> SDA on MPU6050 board
+ GPIO PICO_DEFAULT_I2C_SCK_PIN (On Pico this is GP5 (pin 7)) -> SCL on MPU6050 board
29
3.3v (pin 36) -> VCC on MPU6050 board
30
GND (pin 38) -> GND on MPU6050 board
31
*/
0 commit comments