float ADXL335::getTheta()
{
  return _getTheta(_xg,_yg,_zg);
}
示例#2
0
float MMA845XQ::getTheta()
{
  return _getTheta(_xg,_yg,_zg);
}