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