Skip to content

Commit 87c5918

Browse files
committed
Fix spellcheck typos
1 parent d16c206 commit 87c5918

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/NineAxesMotion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
********************************************************************************************************************************************************
1919
*
2020
* Fixed Wire Class,
21-
* Changed Motion.ino example to be connected allways with the pin D2 and
21+
* Changed Motion.ino example to be connected always with the pin D2 and
2222
* fixed the interrupt attach function
2323
*
2424
* Date: 04/26/2021

src/NineAxesMotion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
****************************************************************************
1919
*
2020
* Fixed Wire Class,
21-
* Changed Motion.ino example to be connected allways with the pin D2 and
21+
* Changed Motion.ino example to be connected always with the pin D2 and
2222
* fixed the interrupt attach function
2323
*
2424
* Date: 04/26/2021

src/utility/BNO055.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#ifdef __KERNEL__
8585

8686
#include <linux/types.h>
87-
/* singed integer type*/
87+
/* signed integer type*/
8888
typedef int8_t s_8;/**< used for signed 8bit */
8989
typedef int16_t s_16;/**< used for signed 16bit */
9090
typedef int32_t s_32;/**< used for signed 32bit */
@@ -4103,7 +4103,7 @@ BNO055_RETURN_FUNCTION_TYPE bno055_convert_double_temp_celsius(
41034103
double *v_temp_d);
41044104
#endif
41054105
/**************************************************************************/
4106-
/**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYTEM CALIBRATION STATUS*/
4106+
/**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYSTEMCALIBRATION STATUS*/
41074107
/*************************************************************************/
41084108
/*!
41094109
* @brief This API used to read
@@ -4162,7 +4162,7 @@ u_8 *v_gyro_calib_u_8);
41624162
BNO055_RETURN_FUNCTION_TYPE bno055_get_sys_calib_stat(
41634163
u_8 *v_sys_calib_u_8);
41644164
/******************************************************************/
4165-
/**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYTEM SELF TEST */
4165+
/**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYSTEMSELF TEST */
41664166
/******************************************************************/
41674167
/*!
41684168
* @brief This API used to read

0 commit comments

Comments
 (0)