Clarify GPIO pins in MPU6050 example
This commit is contained in:
parent
8f93bbc1a1
commit
8f68cef111
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
Connections on Raspberry Pi Pico board, other boards may vary.
|
Connections on Raspberry Pi Pico board, other boards may vary.
|
||||||
|
|
||||||
GPIO PICO_DEFAULT_I2C_SDA_PIN (On Pico this is 4 (pin 6)) -> SDA 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 5 (pin 7)) -> SCL on MPU6050 board
|
GPIO PICO_DEFAULT_I2C_SCK_PIN (On Pico this is GP5 (pin 7)) -> SCL on MPU6050 board
|
||||||
3.3v (pin 36) -> VCC on MPU6050 board
|
3.3v (pin 36) -> VCC on MPU6050 board
|
||||||
GND (pin 38) -> GND on MPU6050 board
|
GND (pin 38) -> GND on MPU6050 board
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user