aimeio-cardreader/meson.build
KIT! 19f63ff1f3 Added ability to insert cards from files
Merged logic to read cards from a local file from CrazyRedMachine's redboard repository.

Added the ability to select a card from the files by pressing and holding a number on the keypad.

Bumped version
2024-02-28 12:12:54 +01:00

9 lines
109 B
Meson

project(
'aimeio_scard',
'c',
version : '0.0.2'
)
inc = include_directories('.')
subdir('src/')