ricmoo / QRCode

QR code generation library in C, optimized for low-power devices, such as Arduino.
Other
638 stars 202 forks source link

added version determination function #38

Open codeaddicted opened 9 months ago

codeaddicted commented 9 months ago

This adds a function to determine the smalles fitting version for the QRCode or 0 (zero) if non fitting. It also adds a test for the linux CLI and a cmake file to compile this test.

Usage: see the tests/amd64_test.c file.