radar-bgt60 1.1.1
C++ library for the BGT60LTR11AIP - XENSIV™ 60 Ghz Radar from Infineon
 
Loading...
Searching...
No Matches
bgt60-conf.hpp
Go to the documentation of this file.
1
10#ifndef BGT60_CONF_HPP_
11#define BGT60_CONF_HPP_
12
13#include "bgt60-conf-opts.hpp"
14
15#ifndef BGT60_LOGGER_ENABLED
16#define BGT60_LOGGER_ENABLED 0
17#endif
18
22#if (BGT60_LOGGER_ENABLED == 1)
23
24#define BGT60_CORE_LOGGER_ENABLED 1
25#define BGT60_APP_LOGGER_ENABLED 1
27#endif
28
29#include "bgt60-conf-dfl.hpp"
30
33#endif
Radar BGT60 default configuration.
Radar BGT60 Library Configuration Options.