board/slider-frame.c: Add framing for touch slider PCB

This commit is contained in:
Tau
2018-11-08 14:45:28 -05:00
parent 372868565e
commit 5a7d549434
3 changed files with 206 additions and 0 deletions

View File

@ -9,5 +9,7 @@ board_lib = static_library(
sources : [
'io3.c',
'io3.h',
'slider-frame.c',
'slider-frame.h',
],
)