float ADXL335::getPhi()
{
  return _getPhi(_xg,_yg,_zg);
}
Exemple #2
0
float MMA845XQ::getPhi()
{
  return _getPhi(_xg,_yg,_zg);
}