Skip to content

Commit 56bf441

Browse files
authored
Update getting-started.md
minor fix on call `gyroscope.toString` this is a function : `gyroscope.toString()`
1 parent d5859a8 commit 56bf441

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)