.Z()

back to FEHAccel

Description

Returns the forces acting on the z-axis of the Proteus

Parameters

None

Returns

A double corresponding to the forces acting on the z-axis of the Proteus

Examples

#include <FEHAccel.h>
#include <FEHLCD.h>

int main(void)
{
    //print z acceleration to screen
    LCD.WriteLine(Accel.Z());
}