This project is develop as ...
Hexagonal Architecture layers
- Proxies
- Adapters
- Debouncer
- Interruption
- Hardware Abstration Layer (HAL)
TBD
NOTES:
For cyclomatic metric run:
lizard -l cpp . -x"./Drivers/*" -x"./Debug/*" -x"./Core/*"For line number and other:
scc --cocomo-project-type organic --ci -c .\Application\ .\Patterns\