This directory contains source code for CyAPI C++ Static Library.

DIRECTORY STRUCTURE
	inc -> Header files.
	src -> Source files.
	res -> Resource files.
	CyAPI.vcproj -> VC++ Project file.
	ReadMe.txt
 
PROJECT FILE 
	Open CyAPI.vcproj file in Visual Studio 2008 or higher.
	Please note, first time it will ask user to save solution file.
	This project is created using Visual Studio 2008. It can be migrated to higher version of Visual Studio.

PROJECT OUTPUT
	After project build, output files will be copied in 'lib' directory.
	
	32-bit CyAPI lib : lib\x86\CyAPI.lib 
	64-bit CyAPI lib : lib\x64\CyAPI.lib

API GUIDE DOCUMENT
	Please refer Cypress CyAPI Programmer's Reference document for API interface of this library.
	You can find this document after installing FX3 SDK installer under following directory. 
	Directory : Cypress\Cypress USBSuite\library\cpp\CyAPI.pdf or CyAPI.chm


