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

Dependencies:   EALib I2S LM75B SDFileSystem mbed

Embed: (wiki syntax)

« Back to documentation index

TestAudio Class Reference

TestAudio Class Reference

Test the WM8731 audio codec and the audio connectors on the LPC4088 Experiment Base Board. More...

#include <TestAudio.h>

Public Member Functions

 TestAudio ()
 Create an interface to the audio codec.
bool runTest ()
 Test the audio.

Detailed Description

Test the WM8731 audio codec and the audio connectors on the LPC4088 Experiment Base Board.

Definition at line 30 of file TestAudio.h.


Constructor & Destructor Documentation

TestAudio (  )

Create an interface to the audio codec.

Definition at line 112 of file TestAudio.cpp.


Member Function Documentation

bool runTest (  )

Test the audio.

Returns:
true if the test was successful; otherwise false

Definition at line 116 of file TestAudio.cpp.