float Accelerometer::GetAcceleration() { return (m_analogChannel->GetAverageVoltage() - m_zeroGVoltage) / m_voltsPerG; }