#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 38 of file main_screen.c.
| int fd_serial |
Definition at line 30 of file main_screen.c.
| const char* IMUSERIAL = "/dev/ttyUSB0" |
Definition at line 33 of file main_screen.c.
| const unsigned int NUM_SAMPLES = 100 |
Definition at line 36 of file main_screen.c.