v1.2 (20 Dec 2021)
Update to PiCode library v1.2
- Update to PiCode library v1.2, setting C library definitions in "cPiCode" namespace.
- Show PiCode library version via new class method getPiCodeVersion().
- Force "-fcommon" compiler flag to prevent multiple-definition.
- Force checking and linking to math library.
- Build static executable if possible.
- Fix warning SB struct may be used uninitialized.
- Improve CMake build and tests.