Skip to content

LSM303DLH_CalculationZAxisAngle 疑问 #11

@Lingxicheng

Description

@Lingxicheng

image
请问,这个函数作用是什么,另外输入的三个坐标分量,指的是角加速度,还是其他的,能否解释下这段代码

	A = fx*fx+fy*fy;
	A = sqrt(A);
	A = (double)A/fz;
	A = atan(A); 
···

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions