read temperature test

This commit is contained in:
2020-11-28 13:41:30 +01:00
parent 6bd55e7c22
commit fa58479b34
171 changed files with 19670 additions and 14 deletions

View File

@ -0,0 +1,24 @@
#ifndef GS_CSP_LINUX_COMMAND_LINE_H
#define GS_CSP_LINUX_COMMAND_LINE_H
/* Copyright (c) 2013-2018 GomSpace A/S. All rights reserved. */
/**
@file
Command line support.
*/
#include <gs/util/linux/argp.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
Command line options.
*/
extern const struct argp_child gs_csp_command_line_options;
#ifdef __cplusplus
}
#endif
#endif