Skip to content

Commit c60d60a

Browse files
authored
Merge pull request #195 from alv67/patch-1
Nicla Sense ME fix getting started code typo
2 parents f6939a4 + 56bf441 commit c60d60a

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started

1 file changed

+1
-1
lines changed

content/hardware/05.nicla/boards/nicla-sense-me/tutorials/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The **Arduino_BHY2** library contains these sensors:
105105
valueY = gyroscope.y();
106106
valueZ = gyroscope.z();
107107
108-
Serial.println(gyroscope.toString); //Prints all the data "automatically"
108+
Serial.println(gyroscope.toString()); //Prints all the data "automatically"
109109
110110
//Print the individual values
111111
Serial.println(valueX);

0 commit comments

Comments
 (0)