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/example_service_sparse.h

18 lines
334 B
C

// Copyright (c) Acconeer AB, 2019-2021
// All rights reserved
#ifndef EXAMPLE_SERVICE_SPARSE_H_
#define EXAMPLE_SERVICE_SPARSE_H_
#include <stdbool.h>
/**
* @brief Service Sparse example
*
* @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
*/
int acc_example_service_sparse(int argc, char *argv[]);
#endif