Getting Started;
fpa_demo.py: file contains an example of using the FlashPro-ARM API-DLL in Python
fpa_api.py - contains definition of class which defines entire set of FlashPRO-ARM API-DLL function. On __init__ dll library is loaded to class and configure environment.  

to run:
>python fpgp_demo.py

When running Python 64-bit version, make sure to be using the x64 (64-bit) installation package
When running Python 32-bit version, make sure to be using the x86 (32-bit) installation package
