Skip to content

Commit 7e16e86

Browse files
committed
Typos fixed
1 parent b10511f commit 7e16e86

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/03.nano/boards/nano-matter/tutorials/user-manual

1 file changed

+3
-3
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/user-manual/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,12 +613,12 @@ void decommission_handler() {
613613
}
614614
}
615615
```
616-
The main code functions are explained bellow:
616+
The main code functions are explained below:
617617

618618
- The temperature sensor object is created with the `MatterTemperature matter_temp_sensor;` statement. To initiate it, in the `setup()` function, we used `matter_temp_sensor.begin();`
619619
- The `decommission_handler()` lets us unpair the device from a previous platform.
620-
- The microcontroller internal temperature is measured with the function `getCPUTemp();`.
621-
- The temperature value is advertized using the `matter_temp_sensor.set_measured_value_celsius(current_cpu_temp);` function.
620+
- The microcontroller's internal temperature is measured with the function `getCPUTemp();`.
621+
- The temperature value is advertised using the `matter_temp_sensor.set_measured_value_celsius(current_cpu_temp);` function.
622622

623623
After uploading the code to the Nano Matter, verify it is decommissioned from any other service previously used. For this, open the Serial Monitor and reset the board by clicking on the reset button
624624

0 commit comments

Comments
 (0)