forked from TeamTofuShop/segatools
board/sg-reader.c: Factor out NFC ass'y emu
Combine the NFC module emulator with the LED module emulator and a virtual UART to build a higher-level reusable building block.
This commit is contained in:
@ -22,6 +22,8 @@ board_lib = static_library(
|
||||
'sg-nfc.c',
|
||||
'sg-nfc.h',
|
||||
'sg-nfc-cmd.h',
|
||||
'sg-reader.c',
|
||||
'sg-reader.h',
|
||||
'slider-cmd.h',
|
||||
'slider-frame.c',
|
||||
'slider-frame.h',
|
||||
|
Reference in New Issue
Block a user