File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
********************************************************************************************************************************************************
19
19
*
20
20
* 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
22
22
* fixed the interrupt attach function
23
23
*
24
24
* Date: 04/26/2021
Original file line number Diff line number Diff line change 18
18
****************************************************************************
19
19
*
20
20
* 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
22
22
* fixed the interrupt attach function
23
23
*
24
24
* Date: 04/26/2021
Original file line number Diff line number Diff line change 84
84
#ifdef __KERNEL__
85
85
86
86
#include <linux/types.h>
87
- /* singed integer type*/
87
+ /* signed integer type*/
88
88
typedef int8_t s_8 ;/**< used for signed 8bit */
89
89
typedef int16_t s_16 ;/**< used for signed 16bit */
90
90
typedef int32_t s_32 ;/**< used for signed 32bit */
@@ -4103,7 +4103,7 @@ BNO055_RETURN_FUNCTION_TYPE bno055_convert_double_temp_celsius(
4103
4103
double * v_temp_d );
4104
4104
#endif
4105
4105
/**************************************************************************/
4106
- /**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYTEM CALIBRATION STATUS*/
4106
+ /**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYSTEMCALIBRATION STATUS*/
4107
4107
/*************************************************************************/
4108
4108
/*!
4109
4109
* @brief This API used to read
@@ -4162,7 +4162,7 @@ u_8 *v_gyro_calib_u_8);
4162
4162
BNO055_RETURN_FUNCTION_TYPE bno055_get_sys_calib_stat (
4163
4163
u_8 * v_sys_calib_u_8 );
4164
4164
/******************************************************************/
4165
- /**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYTEM SELF TEST */
4165
+ /**\name FUNCTIONS FOR READING ACCEL,MAG,GYRO AND SYSTEMSELF TEST */
4166
4166
/******************************************************************/
4167
4167
/*!
4168
4168
* @brief This API used to read
You can’t perform that action at this time.
0 commit comments