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 f8933bd commit a1fe323Copy full SHA for a1fe323
i2c/mpu6050_i2c/mpu6050_i2c.c
@@ -81,7 +81,7 @@ int main() {
81
stdio_init_all();
82
#if !defined(i2c_default) || !defined(PICO_DEFAULT_I2C_SDA_PIN) || !defined(PICO_DEFAULT_I2C_SCL_PIN)
83
#warning i2c/bus_scan example requires a board with I2C pins
84
- puts("Default I2C pins were not defined');
+ puts("Default I2C pins were not defined");
85
#else
86
printf("Hello, MPU6050! Reading raw data from registers...\n");
87
0 commit comments