#include <stdint.h>
#include <stdio.h>
#include <time.h>
#include "hcl.h"
#include "hcl_gpio.h"
#include "sensor_epsonCommon.h"
#include <termios.h>
#include "hcl_uart.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int | comPort |
const int | IMUBAUD = B460800 |
const char * | IMUSERIAL = "/dev/ttyUSB0" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file main_regdump.c.
int comPort |
Definition at line 25 of file main_regdump.c.
const int IMUBAUD = B460800 |
Definition at line 28 of file main_regdump.c.
const char* IMUSERIAL = "/dev/ttyUSB0" |
Definition at line 27 of file main_regdump.c.