Skip to content

Commit 37e5162

Browse files
Spelling fix
1 parent 128ed38 commit 37e5162

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/05.nicla/boards/nicla-vision/tutorials/nicla-vision-imu

1 file changed

+1
-1
lines changed

Diff for: content/hardware/05.nicla/boards/nicla-vision/tutorials/nicla-vision-imu/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ float Gx, Gy, Gz;
7474
7575
```
7676

77-
To initializes the library we need to call `IMU.begin()`. When the IMU is inistialized, we can quickly check the sameple rates of the sensors. Calling `IMU.accelerationSampleRate()` and `IMU.gyroscopeSampleRate()` will read the sampling rate of the respective sensor in Hz.
77+
To initializes the library we need to call `IMU.begin()`. When the IMU is inistialized, we can quickly check the sample rates of the sensors. Calling `IMU.accelerationSampleRate()` and `IMU.gyroscopeSampleRate()` will read the sampling rate of the respective sensor in Hz.
7878

7979
```arduino
8080
void setup() {

0 commit comments

Comments
 (0)