Production Test Program (PTP) for the LPC4088 Experiment Base Board

Dependencies:   EALib I2S LM75B SDFileSystem mbed

Embed: (wiki syntax)

« Back to documentation index

TestAcc Class Reference

TestAcc Class Reference

Test the MMA7455 accelerometer sensor on the LPC4088 Experiment Base Board. More...

#include <TestAcc.h>

Public Member Functions

bool runTest ()
 Test the accelerometer.
bool alternativeTest ()
 Alternative test of the accelerometer.

Detailed Description

Test the MMA7455 accelerometer sensor on the LPC4088 Experiment Base Board.

Definition at line 25 of file TestAcc.h.


Member Function Documentation

bool alternativeTest (  )

Alternative test of the accelerometer.

Returns:
true if the test was successful; otherwise false

Definition at line 111 of file TestAcc.cpp.

bool runTest (  )

Test the accelerometer.

Returns:
true if the test was successful; otherwise false

Definition at line 52 of file TestAcc.cpp.