-
Notifications
You must be signed in to change notification settings - Fork 29
Preprocessor Configuration
Dr. Olaf Filies edited this page Dec 3, 2020
·
2 revisions
The src/config sources provides the C-macro level library configuration.
Through defines configuration the different modules of the library are conditionally compiled. Thus, only the code needed is added to the binary. The main selectable parameters are:
-
Software Framework.
#ifdef/#ifndef
guards are added to all source files for the framework specific sources. Through of the#define
parameters, the development framework can be selected.
The configuration folder includes 3 files:
- tle5012-opts.hpp. All the library configuration macro define options.
- tle5012-conf.hpp. This is the actual configuration file.
-
tle5012-config-dfl.hpp. This is the default configuration. This file is included (
#include
) in tle5012-conf.hpp. If any optional parameter is not defined, then the default value will be set in this file. If any user selectable mandatory configuration is not set, an error will be thrown during compilation, requesting the definition of such parameter.
Library Architecture
TLE5012B API
TLE5012B Register API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
Arduino
- Getting Started
- Lib Installation
- Arduino API
- PlatformIO
Cypress WICED
- Getting Started
- Lib Installation
- WICED API
- Troubleshooting Guide