Skip to content

Commit c49026a

Browse files
committed
Fix issue in the reg file and some typos
1 parent db33a88 commit c49026a

File tree

12 files changed

+41
-41
lines changed

12 files changed

+41
-41
lines changed

examples/ISM6HG256X_6D_Orientation/ISM6HG256X_6D_Orientation.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
@file ISM6HG256X_HelloWorld.ino
2+
@file ISM6HG256X_6D_Orientation.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256X6D Orientation
4+
@brief Example to use the ISM6HG256X 6D Orientation.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_DataLog_Terminal/ISM6HG256X_DataLog_Terminal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@file ISM6HG256X_DataLog_Terminal.ino
33
@author STMicroelectornics
4-
@brief Example to use the ISM6HG256X inertial measurement sensor
4+
@brief Example to use the ISM6HG256X inertial measurement sensor.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_Double_Tap_Detection/ISM6HG256X_Double_Tap_Detection.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@file ISM6HG256X_Double_Tap_Detection.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256XDouble Tap Detection
4+
@brief Example to use the ISM6HG256X Double Tap Detection.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_FIFO_Interrupt/ISM6HG256X_FIFO_Interrupt.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
@file STEVAL_MEMS_FIFO_Interrupt.ino
2+
@file ISM6HG256X_FIFO_Interrupt.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256Xlibrary with FIFO status interrupts.
4+
@brief Example to use the ISM6HG256X library with FIFO in interrupt mode.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_FIFO_Polling/ISM6HG256X_FIFO_Polling.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
@file STEVAL_MEMS_FIFO_Interrupt.ino
2+
@file ISM6HG256X_FIFO_Interrupt.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256Xlibrary with FIFO status interrupts.
4+
@brief Example to use the ISM6HG256X library with FIFO in polling mode.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_Free_Fall_Detection/ISM6HG256X_Free_Fall_Detection.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@file ISM6HG256X_Free_Fall_Detection.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256XFree Fall Detection
4+
@brief Example to use the ISM6HG256X Free Fall Detection.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_Pedometer/ISM6HG256X_Pedometer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@file ISM6HG256X_Pedometer.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256XPedometer
4+
@brief Example to use the ISM6HG256X Pedometer.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_Single_Tap_Detection/ISM6HG256X_Single_Tap_Detection.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@file ISM6HG256X_Single_Tap_Detection.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256XSingle Tap Detection
4+
@brief Example to use the ISM6HG256X Single Tap Detection.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_Tilt_Detection/ISM6HG256X_Tilt_Detection.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@file ISM6HG256X_Tilt_Detection.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256XTilt Detection
4+
@brief Example to use the ISM6HG256X Tilt Detection.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

examples/ISM6HG256X_Wake_Up_Detection/ISM6HG256X_Wake_Up_Detection.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@file ISM6HG256X_Wake_Up_Detection.ino
33
@author STMicroelectronics
4-
@brief Example to use the ISM6HG256XWake Up Detection
4+
@brief Example to use the ISM6HG256X Wake Up Detection.
55
*******************************************************************************
66
Copyright (c) 2025, STMicroelectronics
77
All rights reserved.

0 commit comments

Comments
 (0)