Releases: flplv/fl-lib
Releases · flplv/fl-lib
First Release
First release with the following modules:
- linked list
- ring_fifo
- time
- macros (container_of, array_size, etc)
It works seamlessly for C and CPP code, just include fl-lib.h
or fl-lib.hpp
accordingly.
Read the tests to understand how it works.