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.
2 parents f6939a4 + 56bf441 commit c60d60aCopy full SHA for c60d60a
content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md
@@ -105,7 +105,7 @@ The **Arduino_BHY2** library contains these sensors:
105
valueY = gyroscope.y();
106
valueZ = gyroscope.z();
107
108
- Serial.println(gyroscope.toString); //Prints all the data "automatically"
+ Serial.println(gyroscope.toString()); //Prints all the data "automatically"
109
110
//Print the individual values
111
Serial.println(valueX);
0 commit comments