board/sg-led.c: Implement RGB LED support

Used by AiMe reader, possibly used elsewhere.
This commit is contained in:
Tau
2018-11-20 20:27:05 -05:00
parent 4936fc2bcc
commit 1630784c3d
4 changed files with 256 additions and 0 deletions

View File

@ -11,6 +11,9 @@ board_lib = static_library(
'io3.h',
'sg-cmd.c',
'sg-cmd.h',
'sg-led.c',
'sg-led.h',
'sg-led-cmd.h',
'sg-nfc.c',
'sg-nfc.h',
'sg-nfc-cmd.h',