- Switched from templates to floats. Float should give enough precision for these computations and this should improve readability and compile times.
- Moved airdata specific constants from units to this library
- Updated units to v4.0.3
- Updated CMake required version to 3.14 for FetchContent_MakeAvailable
- Updated to Units v4.0.2
- Removed CMake define, which is no longer used in the preprocessor or build system
- Updated interface to work with Arduino and CMake build systems
- Templated functions against the input type
- Updated namespace to bfs
- Baselined against units v3.1.0
- Updated CONTRIBUTING
- Baselined against units v2.0.0
- Added line length limits to CI/CD and updated code to match
- Updated CONTRIBUTING
- Baselined against global_defs v1.1.2
- Updated fetch_content from ssh to https
- Changed license to MIT
- Baselined against global_defs v1.1.1
- Initial baseline