float ADXL335::getPhi()
{
  return _getPhi(_xg,_yg,_zg);
}
Exemplo n.º 2
0
float MMA845XQ::getPhi()
{
  return _getPhi(_xg,_yg,_zg);
}