-
Notifications
You must be signed in to change notification settings - Fork 1
Source Tree Structure
jaenrig-ifx edited this page Mar 7, 2021
·
1 revision
The source folder structure is organized according to the described architecture in the Library Architecure section:
root
+-- docs/
+-- src/
+-- config/
+-- corelib/
+-- framework/
+-- fmwkA/
+-- pal/
+-- wrapper/
+-- ...
+-- fwmkB/
+-- pal/
+-- wrapper/
+-- ...
+-- ...
+-- pal/
+-- ...
+-- test
+-- ...
Additional folders for utilities and metadata files (i.e. makefiles, manifests, git files, LICENSE...) used by the software toolchain and development environment can (and will) as well be found in these folders together with the .hpp, .h, .cpp and .c sources.
2. Library Details
Library Architecture
PAS CO2 Serial API
PAS CO2 Pulse API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
4. Software Frameworks
Arduino
- Getting Started
- Lib Installation
- Ino Examples
- Arduino API
- PlatformIO