Directory content:

driver			-->	FTDI drivers and script
examples		-->	compiled bin and source code for test application
lib			-->	required shared libs 
include			-->	required header file 


System requirements:
Ubuntu Linux 12.04, or later versions, and gcc 4.6.3.

Installation instructions:
In order to use the device, the FTDI drivers on central library folder must be installed and udev rules must be updated. Run:
> cd driver
> sudo ./install_PDM_FTDI_drivers.sh
	
The example program can be compiled by running make in ./examples folder.

### Linux 32 bit version
> cd examples
> make -f Makefile_32 

### Linux 64 bit version
> cd examples
> make -f Makefile_64

The output files will be generated in the ./examples/output directory.
