diff --git a/content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md b/content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md index a3a1575bdd..a83fefe195 100644 --- a/content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md +++ b/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: valueY = gyroscope.y(); valueZ = gyroscope.z(); - Serial.println(gyroscope.toString); //Prints all the data "automatically" + Serial.println(gyroscope.toString()); //Prints all the data "automatically" //Print the individual values Serial.println(valueX);