#include <stdio.h>
#include <stdlib.h>
#include <termios.h>
#include <unistd.h>
#include "example_common.h"
#include "toposens/sensor_lib.h"
Go to the source code of this file.
- Copyright
- Copyright (c) Toposens GmbH 2021. All rights reserved.
Definition in file n_frames_single_shot_example_uart.c.
◆ BAUDRATE
◆ PORT
#define PORT "/dev/ttyUSB0" |
◆ LogMsgCallback()
static void LogMsgCallback |
( |
uint16_t |
SenderId_u16, |
|
|
uint8_t * |
ReceivedPayload_pu8 |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ SingleShotMeasurement()
static void SingleShotMeasurement |
( |
| ) |
|
|
static |