#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <termios.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 | |
const char * | IMUSERIAL = "/dev/ttyUSB0" |
const unsigned int | NUM_SAMPLES = 1000 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file main_screen.c.
const char* IMUSERIAL = "/dev/ttyUSB0" |
Definition at line 44 of file main_screen.c.
const unsigned int NUM_SAMPLES = 1000 |
Definition at line 48 of file main_screen.c.