A C++ template library for embedded applications
MIT licensed
Designed and
maintained by
John Wellbelove

Unit testing

The library uses Unitest++ to run the unit tests.

You must add the path to the library in the projects include path list.

CI

The unit tests are run under Githubs CI, for Visual Studio, GCC and Clang for Windows and Linux.
There are scripts for running tests and a syntax 'sanity check' under Linux.

CMake

There are cmake files

There a unit test projects currently available for Windows:

IDE

Relative path

OS

Compilers

Microsoft Visual Studio 2019 test/vs2019/ Windows MSVC, CLang

There are also some example projects for Arduino and ST Nucleo development boards.
These may be found in
examples/