Skip to content

Commit 3c2faf3

Browse files
canchebagurTaddyHC
andauthored
Update content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md
Co-authored-by: TaddyHC <[email protected]>
1 parent f736164 commit 3c2faf3

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual

1 file changed

+1
-1
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ void rangingHandler(UWBRangingData &rangingData) {
660660
This callback function is the heart of the UWB functionality:
661661

662662
- It's triggered whenever new ranging data is received from the UWB subsystem.
663-
- It checks if the measurement type is Two-Way Ranging (TWR), which is the method used by Apple's Nearby Interaction protocol.
663+
- It checks if the measurement type is *Two-Way Ranging (TWR)*, which is the method used by Apple's Nearby Interaction protocol.
664664
- It extracts the distance measurements in millimeters and prints them to the IDE's Serial Monitor.
665665
- It validates the measurement (`status = 0` indicates a valid measurement, while `distance = 0xFFFF` is a reserved value indicating an invalid distance).
666666

0 commit comments

Comments
 (0)