KIT!
19f63ff1f3
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
9 lines
109 B
Meson
9 lines
109 B
Meson
project(
|
|
'aimeio_scard',
|
|
'c',
|
|
version : '0.0.2'
|
|
)
|
|
|
|
inc = include_directories('.')
|
|
|
|
subdir('src/') |