MA read utility. More...
#include <stdio.h>
#include <stdlib.h>
#include "parser.h"
#include "ftdi_api.h"
#include "fas_api.h"
Macros | |
#define | DEBUG 0 |
#define | EQUIV_FIFO_DEPTH 2500 |
#define | MAX_FIFO_BYTESIZE EQUIV_FIFO_DEPTH*3 |
Functions | |
int | main (int argc, char *argv[]) |
Main function / Entry point to the sample application. More... | |
MA read utility.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function / Entry point to the sample application.
This function is the entry point to the sample application. It opens the channel, reads data from the FAS sensor via FTDI-USB and prints the data to the screen or to the specified file
[in] | argc,argv |