#include <stdint.h>#include <stdio.h>#include <string.h>#include <termios.h>#include <time.h>#include "hcl.h"#include "hcl_gpio.h"#include "hcl_uart.h"#include "main_helper.h"#include "sensor_epsonCommon.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int | fd_serial |
| const char * | IMUSERIAL = "/dev/ttyUSB0" |
| const unsigned int | NUM_SAMPLES = 100 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 37 of file main_csvlogger.c.
| int fd_serial |
Definition at line 29 of file main_csvlogger.c.
| const char* IMUSERIAL = "/dev/ttyUSB0" |
Definition at line 32 of file main_csvlogger.c.
| const unsigned int NUM_SAMPLES = 100 |
Definition at line 35 of file main_csvlogger.c.