#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 "sensor_epsonCommon.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | IMUSERIAL = "/dev/ttyUSB0" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 41 of file main_regdump.c.
const char* IMUSERIAL = "/dev/ttyUSB0" |
Definition at line 38 of file main_regdump.c.