This repository has been archived on 2024-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
STS-O7/Core/Inc/ref_app_tank_level.h

19 lines
333 B
C

// Copyright (c) Acconeer AB, 2020-2021
// All rights reserved
#ifndef REF_APP_TANK_LEVEL_H_
#define REF_APP_TANK_LEVEL_H_
#include <stdbool.h>
/**
* @brief Tank level reference application
*
* @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
*/
int acc_ref_app_tank_level(int argc, char *argv[]);
#endif