Searched refs:xAccel (Results 1 – 3 of 3) sorted by relevance
89 void ADXL335::acceleration(float *xAccel, float *yAccel, float *zAccel) in acceleration() argument99 *xAccel = (xVolts - m_zeroX) / ADXL335_SENSITIVITY; in acceleration()
124 void acceleration(float *xAccel, float *yAccel, float *zAccel);
7 %apply float *OUTPUT { float *xAccel, float *yAccel, float *zAccel };