examples/pts_fsweep.c | This program is a simple example of using the SpinPTS API to sweep frequencies. To use this function in your own program, simply remove the main function and add this file to your project. Note that you will also need to include the header file spinpts.h and link to the dll spinpts.dll which can both be found in the main directory |
examples/spinpts160.c | This program offers a simple example of how to use the spinpts160 function. The spinpts160 function is designed to control PTS160 frequency synthesizers when used in conjunction with a SpinCore Technologies USB-PTS device. To use this function in your own program, simply remove the main function and add this file to your project. Note that you will also need to include the header file spinpts.h and link to the dll spinpts.dll which can both be found in the main directory |
examples/spinpts250.c | This program offers a simple example of how to use the spinpts250 function. The spinpts250 function is designed to control PTS250 frequency synthesizers when used in conjunction with a SpinCore Technologies USB-PTS device. To use this function in your own program, simply remove the main function and add this file to your project. Note that you will also need to include the header file spinpts.h and link to the dll spinpts.dll which can both be found in the main directory |
examples/spinpts300.c | This program offers a simple example of how to use the spinpts300 function. The spinpts300 function is designed to control PTS300 frequency synthesizers when used in conjunction with a SpinCore Technologies USB-PTS device. To use this function in your own program, simply remove the main function and add this file to your project. Note that you will also need to include the header file spinpts.h and link to the dll spinpts.dll which can both be found in the main directory |
examples/spinpts500.c | This program offers a simple example of how to use the spinpts500 function. The spinpts500 function is designed to control PTS500 frequency synthesizers when used in conjunction with a SpinCore Technologies USB-PTS device. To use this function in your own program, simply remove the main function and add this file to your project. Note that you will also need to include the header file spinpts.h and link to the dll spinpts.dll which can both be found in the main directory |
examples/spinpts_example.c | Example code in using the spinpts library |
source/spinpts.c | Main module for the spinpts libary. This module contains implementations of the functions that make up the API |
source/spinpts.h | SpinPTS API Library Include Header Contains function prototypes and error codes for the SpinPTS Library. Function implementations can be found in spinpts.c |