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:
Tau
2019-02-26 13:47:41 -05:00
parent 662bfa55ec
commit bc2928804c
3 changed files with 133 additions and 0 deletions

View File

@ -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',