#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "example_common.h"
#include "toposens/sensor_lib.h"
Go to the source code of this file.
Functions | |
static void | LogMsgCallback (uint16_t SenderId_u16, uint8_t *ReceivedPayload_pu8) |
int | main (int argc, char **argv) |
static void | SingleShotMeasurement () |
Definition in file n_frames_single_shot_example.c.
|
static |
Definition at line 74 of file n_frames_single_shot_example.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 24 of file n_frames_single_shot_example.c.
|
static |
Definition at line 15 of file n_frames_single_shot_example.c.