O7/STM32CubeIDE/Drivers/rss/include/acc_version.h

15 lines
269 B
C
Raw Permalink Normal View History

2024-09-09 13:26:04 +08:00
// Copyright (c) Acconeer AB, 2019-2021
// All rights reserved
#ifndef ACC_VERSION_H_
#define ACC_VERSION_H_
/**
* @brief Get the version of the Acconeer software
*
* @return A string describing the software version.
*/
const char *acc_version_get(void);
#endif