aimeio-cardreader/meson.build
KIT! aeae89ab8e 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-26 19:05:19 +01:00

9 lines
109 B
Meson

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