board/slider-cmd.h: Add commands for touch slider PCB

This commit is contained in:
Tau
2018-11-08 14:45:55 -05:00
parent 5a7d549434
commit acfa53fc5c
2 changed files with 37 additions and 0 deletions

View File

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